chore: update libraries

This commit is contained in:
Shusui MOYATANI
2023-12-21 00:49:11 +09:00
parent 0eb7a554b4
commit 4df42cea0a
19 changed files with 3861 additions and 2063 deletions

View File

@@ -1,15 +1,7 @@
/* @refresh reload */
import { Router, hashIntegration } from '@solidjs/router';
import { render } from 'solid-js/web';
import '@/index.css';
import App from '@/App';
render(
() => (
<Router source={hashIntegration()}>
<App />
</Router>
),
document.getElementById('root') as HTMLElement,
);
render(() => <App />, document.getElementById('root') as HTMLElement);