refactor, further cleaning up sidebar, home, mydashboard, alertlevelwidget, widget, and more misc.

This commit is contained in:
2026-06-05 11:27:43 -07:00
parent 0715fa61ab
commit a0708fa8ea
12 changed files with 214 additions and 224 deletions
+2 -1
View File
@@ -2,6 +2,7 @@ import { Provider } from '@/components/ui/provider'
import { StrictMode } from 'react';
import { createRoot } from 'react-dom/client';
import { BrowserRouter } from 'react-router-dom';
import 'leaflet/dist/leaflet.css';
import './css/index.css';
import 'react-grid-layout/css/styles.css';
import 'react-resizable/css/styles.css';
@@ -16,4 +17,4 @@ createRoot(document.getElementById('root')).render(
</BrowserRouter>
</Provider>
</StrictMode>
)
)