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