1 2 3 4 5 6 7 8 9
/* @refresh reload */ import { render } from 'solid-js/web' import './index.css' import App from './App' const root = document.getElementById('root') render(() => <App />, root!)