AdminPanel/NetinaShop.AdminPanel.PWA/Pages/Home.razor

9 lines
188 B
Plaintext

@page "/"
@page "/home"
@attribute [Microsoft.AspNetCore.Authorization.Authorize]
<MudStack class="w-screen h-screen bg-[--color-background]">
<MudGrid>
</MudGrid>
</MudStack>