mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-25 02:13:00 +08:00
feat(admin): init project (#7197)
This commit is contained in:
8
packages/frontend/admin/src/index.tsx
Normal file
8
packages/frontend/admin/src/index.tsx
Normal file
@@ -0,0 +1,8 @@
|
||||
import './global.css';
|
||||
|
||||
import { createRoot } from 'react-dom/client';
|
||||
|
||||
import { App } from './app';
|
||||
|
||||
// eslint-disable-next-line @typescript-eslint/no-non-null-assertion
|
||||
createRoot(document.getElementById('app')!).render(<App />);
|
||||
Reference in New Issue
Block a user