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