Initial commit

This commit is contained in:
Patrick Alvin Alcala 2025-10-16 15:23:57 +08:00
commit 4184942584
51 changed files with 6222 additions and 0 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")!);