1 // @refresh reload 2 import { mount, StartClient } from "@solidjs/start/client"; 3 4 mount(() => <StartClient />, document.getElementById("app"));