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