initial commit
This commit is contained in:
commit
9e3f3cf46b
17 changed files with 269 additions and 0 deletions
4
src/entry-client.tsx
Normal file
4
src/entry-client.tsx
Normal file
|
@ -0,0 +1,4 @@
|
|||
// @refresh reload
|
||||
import { mount, StartClient } from "@solidjs/start/client";
|
||||
|
||||
mount(() => <StartClient />, document.getElementById("app")!);
|
Loading…
Add table
Add a link
Reference in a new issue