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