0
0
Fork 0
feito fork de amy/v4.amy.rip
v4.amy.rip/src/index.tsx
2025-08-05 20:38:41 +03:30

8 linhas
185 B
TypeScript

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