From 94163f4ad66a86bcb39b460bdbe0b212ef2a62cf Mon Sep 17 00:00:00 2001 From: Daniel Harvey Date: Thu, 21 May 2026 10:29:21 -0400 Subject: [PATCH] =?UTF-8?q?fix(client):=20remove=20@layout=20MainLayout=20?= =?UTF-8?q?from=20=5FImports.razor=20=E2=80=94=20DefaultLayout=20on=20Rout?= =?UTF-8?q?eView=20covers=20pages;=20directive=20incorrectly=20applied=20t?= =?UTF-8?q?o=20Routes=20causing=20double-MainLayout=20crash?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- DeepDrftPublic.Client/_Imports.razor | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/DeepDrftPublic.Client/_Imports.razor b/DeepDrftPublic.Client/_Imports.razor index d3f62e2..4b4dfdf 100644 --- a/DeepDrftPublic.Client/_Imports.razor +++ b/DeepDrftPublic.Client/_Imports.razor @@ -11,5 +11,4 @@ @using MudBlazor.ThemeManager @using DeepDrftPublic.Client.Common @using DeepDrftShared.Client.Common -@using DeepDrftShared.Client.Components -@layout DeepDrftPublic.Client.Layout.MainLayout \ No newline at end of file +@using DeepDrftShared.Client.Components \ No newline at end of file