import { render } from "preact";
import App from "./App.jsx";
import "./css/global.css";

render(<App />, document.getElementById("app"));
