feat: Initialize dashboard app with core structure and routing
This commit sets up the foundation for the new dashboard application by implementing the main component structure, routing, and a basic UI shell with KendoReact components. - Set up the main application shell - Implement a routing system with React Router - Build a new App Bar component - Create page placeholders for all routes - Corrected various import and export errors
This commit is contained in:
@@ -28,9 +28,10 @@
|
||||
"@progress/kendo-react-progressbars": "^12.0.1",
|
||||
"@progress/kendo-react-tooltip": "^12.0.1",
|
||||
"@progress/kendo-theme-default": "^12.0.1",
|
||||
"campfire-logs-dashboard": "file:./campfire-logs-dashboard",
|
||||
"react": "^19.1.1",
|
||||
"react-dom": "^19.1.1",
|
||||
"campfire-logs-dashboard": "file:./campfire-logs-dashboard"
|
||||
"react-router-dom": "^7.9.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@eslint/js": "^9.33.0",
|
||||
|
Reference in New Issue
Block a user