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