initial commit
This commit is contained in:
commit
33aaf78f7d
20 changed files with 433 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