entry-client.tsx 141 B

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