Duplicated from jbilcke-hf/FacePoke_CLONE-THIS-REPO-TO-USE-IT
d69879c
1
2
3
4
5
6
7
import { createRoot } from 'react-dom/client'; import { App } from './app'; const root = createRoot(document.getElementById('root')!); root.render(<App />);