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