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