CodeLiturgy.Dashboard/CodeLiturgy.Views/Views/System/Roles/Index.cshtml

6 lines
119 B
Plaintext
Raw Normal View History

2022-10-27 20:13:02 +03:00
<div class="text-center">
<h1 class="display-4">Roles Module</h1>
</div>
@await Html.PartialAsync("_FooterMenu");