Prima configurazione e struttura
This commit is contained in:
13
SteUp.Shared/Components/Pages/Index.razor
Normal file
13
SteUp.Shared/Components/Pages/Index.razor
Normal file
@@ -0,0 +1,13 @@
|
||||
@page "/"
|
||||
@using SteUp.Shared.Components.Layout.Spinner
|
||||
@attribute [Authorize]
|
||||
|
||||
<SpinnerLayout FullScreen="true"/>
|
||||
|
||||
@code {
|
||||
protected override void OnInitialized()
|
||||
{
|
||||
NavigationManager.NavigateTo("/home");
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user