Create prime pagine

This commit is contained in:
2025-05-08 16:38:31 +02:00
parent 77bcca44eb
commit ea52494dfb
36 changed files with 4681 additions and 369 deletions

View File

@@ -1,5 +1,10 @@
@page "/"
<h1>Hello, world!</h1>
Welcome to your new app.
@code
{
protected override Task OnInitializedAsync()
{
NavigationManager.NavigateTo("/Calendar");
return base.OnInitializedAsync();
}
}