fix(client): remove @layout MainLayout from _Imports.razor — DefaultLayout on RouteView covers pages; directive incorrectly applied to Routes causing double-MainLayout crash

This commit is contained in:
Daniel Harvey
2026-05-21 10:29:21 -04:00
parent 1176553bac
commit 94163f4ad6
+1 -2
View File
@@ -11,5 +11,4 @@
@using MudBlazor.ThemeManager
@using DeepDrftPublic.Client.Common
@using DeepDrftShared.Client.Common
@using DeepDrftShared.Client.Components
@layout DeepDrftPublic.Client.Layout.MainLayout
@using DeepDrftShared.Client.Components