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