Skip to content

Commit

Permalink
Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
aritchie committed Dec 28, 2023
1 parent 3f6f4c2 commit 04b03b0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions ProjectTemplates/ShinyApp/Components/Layout/MainLayout.razor
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
@inherits LayoutComponentBase
<!--#if (mudblazor)-->
@*#if (mudblazor)
<MudThemeProvider/>
<MudDialogProvider/>
<MudSnackbarProvider/>
<!--#endif-->
#endif*@

<div class="page">
<div class="sidebar">
Expand Down
4 changes: 2 additions & 2 deletions ProjectTemplates/ShinyApp/_Imports.razor
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
@using Microsoft.JSInterop
@using ShinyApp
@using ShinyApp.Shared
//#if (mudblazor)
@*#if (mudblazor)
@using MudBlazor
//#endif
#endif*@

0 comments on commit 04b03b0

Please sign in to comment.