typescript

This commit is contained in:
2025-11-13 02:37:16 +01:00
parent ada089c05b
commit 6d55e61cee
43 changed files with 923 additions and 406 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ if (!container) {
const root = createRoot(container);
root.render(
<AppStateProvider>
<HashRouter hashType="hashbang">
<HashRouter>
<AppRouter />
</HashRouter>
</AppStateProvider>,