AppFlowy/frontend/appflowy_web_app/src/main.tsx
Kilu.He 9135fb94ad
feat: support web document and cypress test (#5116)
* feat: support web document and cypress test

* fix: support blocks

* fix: support table and outline

* fix: update nginx
2024-04-29 14:32:14 +08:00

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 />);