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