CodeLiturgy.Dashboard/CodeLiturgy.Views/Views/System/Users.cshtml

8 lines
114 B
Plaintext

<div class="text-center">
<h1 class="display-4">Users</h1>
</div>
@await Html.PartialAsync("_FooterMenu");