import { render } from "preact"; import { App } from "./app.tsx"; import "./index.css"; render(, document.getElementById("app")!);