update for astro
This commit is contained in:
9
official/src/apps/index/main.tsx
Normal file
9
official/src/apps/index/main.tsx
Normal file
@@ -0,0 +1,9 @@
|
||||
import { createRoot } from 'react-dom/client';
|
||||
|
||||
import { App } from './App';
|
||||
import './index.css';
|
||||
|
||||
const root = createRoot(document.getElementById('root') as HTMLElement);
|
||||
|
||||
root.render(<App />);
|
||||
|
Reference in New Issue
Block a user