feat: add resources
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
import { createRoot } from 'react-dom/client';
|
||||
import { App } from './App.tsx';
|
||||
import { bootstrap } from './Bootstrap';
|
||||
|
||||
createRoot(document.getElementById('ai-root')!).render(<App />);
|
||||
bootstrap('#ai-root');
|
||||
|
||||
Reference in New Issue
Block a user