Files
taxbaik/TaxBaik.Web/Pages/Index.cshtml
T
kjh2064 1b173376ee
TaxBaik CI/CD / build-and-deploy (push) Failing after 1m53s
refactor: admin ui를 fluent v5와 html 기반으로 전환
2026-06-29 22:37:40 +09:00

6 lines
123 B
Plaintext

@page
@{
Layout = null;
}
<component type="typeof(TaxBaik.Web.Components.Site.App)" render-mode="InteractiveServer" />