1import { render } from "preact"; 2import { App } from "./app.tsx"; 3import "./index.css"; 4 5render(<App />, document.getElementById("app")!);