From f42c09b31761d780d86128c4339eda17a2a1d060 Mon Sep 17 00:00:00 2001 From: Sergey Karmanov Date: Thu, 2 Jan 2025 17:49:49 +0300 Subject: [PATCH] =?UTF-8?q?=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=B8=D0=BB=20?= =?UTF-8?q?=D0=B0=D0=BD=D0=B0=D0=BB=D0=B8=D1=82=D0=B8=D0=BA=D1=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/Otchinslator/Components/App.razor | 14 ++++++++++++++ .../Components/Layout/MainLayout.razor | 1 + .../Components/Layout/OtchislenieLayout.razor | 5 ++--- 3 files changed, 17 insertions(+), 3 deletions(-) diff --git a/src/Otchinslator/Components/App.razor b/src/Otchinslator/Components/App.razor index ba1c89e..16403ef 100644 --- a/src/Otchinslator/Components/App.razor +++ b/src/Otchinslator/Components/App.razor @@ -11,6 +11,20 @@ + + diff --git a/src/Otchinslator/Components/Layout/MainLayout.razor b/src/Otchinslator/Components/Layout/MainLayout.razor index 926db28..2284cf2 100644 --- a/src/Otchinslator/Components/Layout/MainLayout.razor +++ b/src/Otchinslator/Components/Layout/MainLayout.razor @@ -1,5 +1,6 @@ @inherits LayoutComponentBase + @Body \ No newline at end of file diff --git a/src/Otchinslator/Components/Layout/OtchislenieLayout.razor b/src/Otchinslator/Components/Layout/OtchislenieLayout.razor index 0340f39..7b7f738 100644 --- a/src/Otchinslator/Components/Layout/OtchislenieLayout.razor +++ b/src/Otchinslator/Components/Layout/OtchislenieLayout.razor @@ -3,9 +3,8 @@ @attribute [Authorize]
+ @Body -@Body - - +
\ No newline at end of file