initial setup

This commit is contained in:
Chris Kruining 2024-09-24 16:55:36 +02:00
parent 9e3f3cf46b
commit 2ec83e2ccb
10 changed files with 172 additions and 26 deletions

View file

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