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