fixed the bork
This commit is contained in:
parent
2724b6b9d2
commit
c1fd893ff0
10 changed files with 20 additions and 15 deletions
|
@ -10,6 +10,7 @@
|
|||
<span>Welcome @mail to the mod menu</span>
|
||||
<div>
|
||||
<a href="/modmenu/reports">[Reports]</a>
|
||||
<a href="/modmenu/users">[Users]</a>
|
||||
</div>
|
||||
</Authorized>
|
||||
<NotAuthorized>
|
||||
|
|
6
ImageBoardServerApp/Pages/Moderation/UsersPage.razor
Normal file
6
ImageBoardServerApp/Pages/Moderation/UsersPage.razor
Normal file
|
@ -0,0 +1,6 @@
|
|||
@page "/modmenu/users"
|
||||
<h3>UsersPage</h3>
|
||||
|
||||
@code {
|
||||
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue