🎉 Added files
This commit is contained in:
23
Pages/Shared/MainLayout.razor
Normal file
23
Pages/Shared/MainLayout.razor
Normal file
@@ -0,0 +1,23 @@
|
||||
@inherits LayoutComponentBase
|
||||
|
||||
<PageTitle>The-Metaverse-Engine</PageTitle>
|
||||
|
||||
|
||||
<FluentMainLayout NavMenuTitle="Navigation menu">
|
||||
<Header>
|
||||
<h2 style="margin: 0.4em;">The-Metaverse-Engine</h2>
|
||||
<FluentSpacer />
|
||||
<LoginDisplay />
|
||||
</Header>
|
||||
|
||||
<Body>
|
||||
<FluentMessageBarProvider Section="MESSAGES_TOP" />
|
||||
@Body
|
||||
</Body>
|
||||
<NavMenuContent>
|
||||
<NavMenu />
|
||||
</NavMenuContent>
|
||||
|
||||
</FluentMainLayout>
|
||||
<FluentToastProvider MaxToastCount="10" />
|
||||
<FluentDialogProvider />
|
||||
Reference in New Issue
Block a user