Files
TechHelper/TechHelper.Client/Pages/Home.razor
SpecialX a21ca80782 1
2025-06-27 19:03:10 +08:00

10 lines
210 B
Plaintext

@page "/"
@using Microsoft.AspNetCore.Authorization
<TechHelper.Client.Pages.Teacher.StudentsView/>
@code {
[CascadingParameter]
private Task<AuthenticationState> authenticationStateTask { get; set; }
}