watchyourlan/frontend/src/index.tsx
2025-03-15 18:38:41 +07:00

7 lines
164 B
TypeScript

/* @refresh reload */
import { render } from 'solid-js/web'
import App from './App.tsx'
const root = document.getElementById('root')
render(() => <App />, root!)