customer-portal/src/entry-client.tsx
chris 9d6008180c
All checks were successful
Test action / Print hello world (push) Successful in 8m24s
too lazy to think of a message, so enjoy this pointless text. Good luck future me...
2025-10-09 12:06:53 +00:00

6 lines
163 B
TypeScript

// @refresh reload
import { mount, StartClient } from "@solidjs/start/client";
mount(() => <StartClient />, document.getElementById("app")!);
export default {};