Skip to content

Commit

Permalink
Update App.razor
Browse files Browse the repository at this point in the history
  • Loading branch information
neozhu committed Dec 18, 2024
1 parent 429c95c commit 3eb2056
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CleanAspire.WebApp/Components/App.razor
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@
<link rel="apple-touch-icon" sizes="512x512" href="icon-512.png" />
<link rel="apple-touch-icon" sizes="192x192" href="icon-192.png" />
<link href="_content/MudBlazor/MudBlazor.min.css" rel="stylesheet" />
<ImportMap />
<HeadOutlet @rendermode="InteractiveAuto" />
</head>

<body>
<Routes @rendermode="InteractiveAuto" />
<script src="_framework/blazor.web.js"></script>
<script>navigator.serviceWorker.register('service-worker.js');</script>
<script src="_content/MudBlazor/MudBlazor.min.js"></script>
<script src="js/onlinestatus.js"></script>
<script src="js/webpushr.js"></script>
Expand Down

0 comments on commit 3eb2056

Please sign in to comment.