Manager Cleanup

This commit is contained in:
Daniel Harvey
2026-05-25 10:17:21 -04:00
parent 2574ed9af8
commit 98b2c8d744
8 changed files with 23 additions and 18 deletions
@@ -0,0 +1,11 @@
@page "/"
@attribute [Authorize]
@layout Layout.CmsLayout
<PageTitle>DeepDrft CMS</PageTitle>
<MudContainer MaxWidth="MaxWidth.Large" Class="mt-8">
<MudText Typo="Typo.h3" GutterBottom="true">DeepDrft CMS</MudText>
<MudText Typo="Typo.body1">Administration panel — under construction.</MudText>
</MudContainer>