deno.land / x / jotai@v1.8.4 / examples / mega-form / src / index.tsx
1234567import { render } from 'react-dom'import App from './App'import './style.css'
const rootElement = document.getElementById('root')render(<App />, rootElement)
Version Info