deno.land / x / jotai@v1.8.4 / examples / todos / src / index.tsx
1234567import { render } from 'react-dom'import 'antd/dist/antd.css'import './styles.css'import App from './App'render(<App />, document.getElementById('root'))
Version Info