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

8 lines
114 B
Plaintext
Raw Normal View History

2022-09-19 05:50:15 +03:00
<div class="text-center">
<h1 class="display-4">Users</h1>
2022-09-26 04:05:23 +03:00
</div>
2022-10-27 20:13:02 +03:00
@await Html.PartialAsync("_FooterMenu");