entry-client.tsx 143 B

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