Use Radzen

This commit is contained in:
2025-09-24 16:56:35 +09:00
parent a08fffb6db
commit e2f404fdef
5 changed files with 14 additions and 0 deletions

View File

@ -7,12 +7,14 @@
<base href="/" />
<link rel="stylesheet" href="app.css" />
<link rel="stylesheet" href="Hcs.WebApp.styles.css" />
<RadzenTheme Theme="material" @rendermode="InteractiveServer" />
<HeadOutlet />
</head>
<body>
<Routes />
<script src="_framework/blazor.web.js"></script>
<script src="_content/Radzen.Blazor/Radzen.Blazor.js?v=@(typeof(Radzen.Colors).Assembly.GetName().Version)"></script>
</body>
</html>