Files
TWA-App/TWA-App/Views/Company/Index.cshtml
trungduong f6cc0175e0 update 18-09
fix UI vs redirect page
2025-09-18 15:39:23 +07:00

5 lines
143 B
Plaintext

@Html.Raw(ViewBag.Content)
@section jsLib {
<script type="module" src="@Url.AbsoluteContent("~/js/js-page/2000.js")" js-lib></script>
}