sugoi-v4 / src /index.tsx
playmak3r's picture
add boilerplate
15fd5c0
raw
history blame
182 Bytes
/* @refresh reload */
import { render } from 'solid-js/web'
import './index.css'
import App from './App'
const root = document.getElementById('root')
render(() => <App />, root!)