mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
* feat: support web document and cypress test * fix: support blocks * fix: support table and outline * fix: update nginx
5 lines
155 B
TypeScript
5 lines
155 B
TypeScript
import ReactDOM from 'react-dom/client';
|
|
import App from 'src/components/app/App';
|
|
|
|
ReactDOM.createRoot(document.getElementById('root')!).render(<App />);
|