forked from jakub/dotnettest
Add MyBlazorApp/Shared/MainLayout.razor
This commit is contained in:
7
MyBlazorApp/Shared/MainLayout.razor
Normal file
7
MyBlazorApp/Shared/MainLayout.razor
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
@inherits LayoutComponentBase
|
||||||
|
|
||||||
|
<div class="page">
|
||||||
|
<main>
|
||||||
|
@Body
|
||||||
|
</main>
|
||||||
|
</div>
|
||||||
Reference in New Issue
Block a user