Added session system
This commit is contained in:
7
Moonlight/Shared/Views/Admin/Users/Index.razor
Normal file
7
Moonlight/Shared/Views/Admin/Users/Index.razor
Normal file
@@ -0,0 +1,7 @@
|
||||
@page "/admin/users"
|
||||
|
||||
@using Moonlight.Shared.Components.Navigations
|
||||
|
||||
<OnlyAdmin>
|
||||
<AdminSessionNavigation Index="0" />
|
||||
</OnlyAdmin>
|
||||
Reference in New Issue
Block a user