diff --git a/frontend/src/main.tsx b/frontend/src/main.tsx index bef5202..6aee730 100644 --- a/frontend/src/main.tsx +++ b/frontend/src/main.tsx @@ -1,6 +1,7 @@ import { StrictMode } from 'react' import { createRoot } from 'react-dom/client' import './index.css' +import '@excalidraw/excalidraw/index.css' import App from './App.tsx' createRoot(document.getElementById('root')!).render(