This commit is contained in:
2026-02-12 20:38:05 +01:00
parent fe58cf7e89
commit 9e248f9751
+1
View File
@@ -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(