diff --git a/frontend/src/App.js b/frontend/src/App.js index 8355a8c..262391d 100644 --- a/frontend/src/App.js +++ b/frontend/src/App.js @@ -32,6 +32,7 @@ import Profile from './pages/Profile/Profile'; import AdminDashboard from './pages/Admin/AdminDashboard'; import AdminUsers from './pages/Admin/AdminUsers'; import AdminProducts from './pages/Admin/AdminProducts'; +import AdminEquipment from './pages/Admin/AdminEquipment'; // Error pages import NotFound from './pages/Error/NotFound'; @@ -281,6 +282,16 @@ function App() { } /> + + + + + + } + /> {/* Error Routes */} } /> diff --git a/frontend/src/pages/Admin/AdminDashboard.js b/frontend/src/pages/Admin/AdminDashboard.js index f516726..5ccce94 100644 --- a/frontend/src/pages/Admin/AdminDashboard.js +++ b/frontend/src/pages/Admin/AdminDashboard.js @@ -132,6 +132,13 @@ const AdminDashboard = () => {
Manage Products
Add and manage lawn care products
+ +
Manage Equipment
+
Add and manage lawn care equipment
+