/* @refresh reload */ import { render } from "solid-js/web"; import App from "./App"; render(() => , document.getElementById("root") as HTMLElement);