sugoi-v4 / src /index.tsx
playmak3r's picture
chore: adjust tailwindcss
463734b
raw
history blame
187 Bytes
/* @refresh reload */
import { render } from 'solid-js/web'
import './input.css'
import App from './Home/App'
const root = document.getElementById('root')
render(() => <App />, root!)