bulletboards/ImageBoardServerApp/Pages/Moderation/UsersPage.razor

13 lines
194 B
Text
Raw Normal View History

@page "/sys/users"
<AuthorizeView>
<Authorized>
<h3>Users</h3>
</Authorized>
<NotAuthorized>
<DeadLink/>
</NotAuthorized>
</AuthorizeView>
2023-02-07 20:47:28 +00:00
@code {
}