PageTransitionEvent???????? THEY MADE MY HTML TYPES WOKE
This commit is contained in:
parent
5e812f3a08
commit
bec0aaa263
2 changed files with 28 additions and 1 deletions
|
|
@ -2,7 +2,13 @@
|
|||
import { render } from 'solid-js/web'
|
||||
|
||||
import App from './App'
|
||||
import ReloadOnBack from './components/events'
|
||||
|
||||
const root = document.getElementById('root')
|
||||
|
||||
render(() => <App />, root!)
|
||||
render(() => (
|
||||
<>
|
||||
<ReloadOnBack />
|
||||
<App />
|
||||
</>
|
||||
), root!)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue