Files
Sybil-2/web/src/main.tsx

6 lines
131 B
TypeScript
Raw Normal View History

2026-02-13 23:15:12 -08:00
import { render } from "preact";
import App from "./App";
import "./index.css";
render(<App />, document.getElementById("app")!);