mirror of
https://github.com/aljazceru/mutiny-web.git
synced 2025-12-27 10:54:21 +01:00
4 lines
104 B
TypeScript
4 lines
104 B
TypeScript
import { mount, StartClient } from "solid-start/entry-client";
|
|
|
|
mount(() => <StartClient />, document);
|