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