mirror of
https://github.com/aljazceru/rabbit.git
synced 2025-12-18 22:44:26 +01:00
chore: update libraries
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user