import App from "./app"; import { render } from "solid-js/web"; render(App, document.getElementById("app")!);