diff --git a/src/Otchinslator/Components/Layout/MainLayout.razor b/src/Otchinslator/Components/Layout/MainLayout.razor index 926db28..1f2527f 100644 --- a/src/Otchinslator/Components/Layout/MainLayout.razor +++ b/src/Otchinslator/Components/Layout/MainLayout.razor @@ -1,5 +1,15 @@ @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..6ae938a 100644 --- a/src/Otchinslator/Components/Layout/OtchislenieLayout.razor +++ b/src/Otchinslator/Components/Layout/OtchislenieLayout.razor @@ -2,10 +2,27 @@ @inherits LayoutComponentBase @attribute [Authorize] + +