inline DeepDrftCms RCL into DeepDrftManager and delete the project

This commit is contained in:
Daniel Harvey
2026-05-21 20:36:00 -04:00
parent db463a9049
commit ce1cbccad5
16 changed files with 11 additions and 83 deletions
@@ -0,0 +1,11 @@
@page "/cms"
@rendermode InteractiveServer
@using AuthBlocksWeb.HierarchicalAuthorize
@attribute [HierarchicalRoleAuthorize("Admin")]
<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>
@@ -0,0 +1 @@
@layout DeepDrftManager.Components.Layout.CmsLayout