import { render } from "preact"; import App from "./App.tsx"; import "./css/global.css"; render(, document.getElementById("app") as HTMLElement);