9 lines
317 B
Plaintext
9 lines
317 B
Plaintext
@page "/Development"
|
|
@using Manager.App.Components.Application.Dev
|
|
<PageTitle>Development page</PageTitle>
|
|
|
|
<MudTabs Outlined Position="Position.Left" PanelClass="pa-4" ApplyEffectsToContainer Style="height: 100%">
|
|
<MudTabPanel Text="Authentication">
|
|
<AuthenticationHasher />
|
|
</MudTabPanel>
|
|
</MudTabs> |