CodeLiturgy.Dashboard/BlueWest.Views/Views/Data/Companies/Index.cshtml

7 lines
124 B
Plaintext
Raw Normal View History

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