Add an empty layout for the login page.

Move some of the shared components
This commit is contained in:
2025-12-01 20:54:34 -05:00
parent 3461f94854
commit feaaf76f46
11 changed files with 10 additions and 2 deletions
@@ -0,0 +1,7 @@
@inherits LayoutComponentBase
<MudThemeProvider Theme="CustomThemes.Ceruleantheme" />
<MudPopoverProvider />
<MudDialogProvider />
@Body