mirror of
https://gitea.toothfairyai.com/ToothFairyAI/tf_code.git
synced 2026-03-29 21:33:54 +00:00
5 lines
141 B
TypeScript
5 lines
141 B
TypeScript
// @refresh reload
|
|
import { mount, StartClient } from "@solidjs/start/client"
|
|
|
|
mount(() => <StartClient />, document.getElementById("app")!)
|