initial commit

This commit is contained in:
2025-07-29 22:56:57 -04:00
parent d746727d09
commit 55665427e0
14 changed files with 6808 additions and 1 deletions

4
src/entry-client.tsx Normal file
View File

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