deno.land / x / jotai@v1.8.4 / examples / text_length / src / index.tsx

نووسراو ببینە
1
2
3
4
5
6
7
8
9
10
11
12
import { StrictMode } from 'react'import ReactDOM from 'react-dom'import App from './App'
const rootElement = document.getElementById('root')ReactDOM.render( <StrictMode> <App /> </StrictMode>, rootElement)
jotai

Version Info

Tagged at
2 years ago