This commit is contained in:
2025-12-02 14:41:22 +01:00
parent c86a844217
commit 9114e99bd5
4 changed files with 57 additions and 31 deletions

View File

@ -17,7 +17,7 @@
<link href="/libs/Fontawesome/css/all.min.css" rel="stylesheet" />
<link href="/libs/Fontawesome/css/regular.min.css" rel="stylesheet" />
<link rel="icon" type="image/png" href="favicon.png" />
<RadzenTheme Theme="material" />
<RadzenTheme Theme="material" @rendermode="InteractiveServer" />
<HeadOutlet />
</head>
@ -25,7 +25,9 @@
<div class="page">
<Routes />
</div>
<RadzenDialog />
<RadzenNotification />
<RadzenContextMenu />
<script src="_framework/blazor.web.js"></script>
<script src="/lib/jquery/dist/jquery.js" asp-append-version="true"></script>