File size: 141 Bytes
251a574
 
 
 
1
2
3
4
5
// @refresh reload
import { mount, StartClient } from "@solidjs/start/client"

mount(() => <StartClient />, document.getElementById("app")!)