Add initial widget functionality using react-grid-layout and react-resizable

This commit is contained in:
Daniel S. Hansen
2025-07-09 15:20:29 -07:00
parent ed05ea8caf
commit e0fc1a98ac
6 changed files with 150 additions and 3 deletions
+2
View File
@@ -2,6 +2,8 @@ import { Provider } from "./components/ui/provider"
import { StrictMode } from 'react'
import { createRoot } from 'react-dom/client'
import './index.css'
import 'react-grid-layout/css/styles.css'
import 'react-resizable/css/styles.css'
import App from './App.jsx'
createRoot(document.getElementById('root')).render(