fix(routing): move InteractiveAuto render mode from MainLayout to Routes in App.razor

This commit is contained in:
Daniel Harvey
2026-05-19 01:29:14 -04:00
parent 028fcec28a
commit 4e781f7b56
+1 -1
View File
@@ -19,7 +19,7 @@
</head>
<body>
<Routes />
<Routes @rendermode="InteractiveAuto" />
<script src="_framework/blazor.web.js"></script>
<script src=@Assets["_content/MudBlazor/MudBlazor.min.js"]></script>
<script type="module">