This commit is contained in:
Patrick Alvin Alcala 2025-11-28 09:42:36 +08:00
parent bcb83dfea5
commit 4430d24a3e
14 changed files with 99 additions and 106 deletions

View file

@ -1,5 +1,4 @@
// @refresh reload
/** biome-ignore-all lint/style/noNonNullAssertion: <biome exception> */
import { mount, StartClient } from "@solidjs/start/client";
mount(() => <StartClient />, document.getElementById("app")!);