CORS, Theme, Better flow and dotnet tools - II

This commit is contained in:
2023-01-05 12:40:46 -07:00
parent 978e698da5
commit 85028743ed
21 changed files with 246 additions and 69 deletions

View File

@ -1,6 +1,5 @@
@inherits LayoutComponentBase
<MudThemeProvider />
<MudDialogProvider />
<MudSnackbarProvider />

View File

@ -0,0 +1,4 @@
namespace Expose.MyIT.Client.Shared;
public partial class NavMenu
{ }