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