File size: 141 Bytes
1e92f2d |
1 2 3 4 5 |
// @refresh reload
import { mount, StartClient } from '@solidjs/start/client'
mount(() => <StartClient />, document.getElementById('app')!)
|
1e92f2d |
1 2 3 4 5 |
// @refresh reload
import { mount, StartClient } from '@solidjs/start/client'
mount(() => <StartClient />, document.getElementById('app')!)
|