diff --git a/Frontend/src/main.jsx b/Frontend/src/main.jsx index a290234..2eb2b50 100644 --- a/Frontend/src/main.jsx +++ b/Frontend/src/main.jsx @@ -23,47 +23,44 @@ import ScheduleMeeting from "./pages/UserPanel/ScheduleMeeting.jsx"; import Support from "./pages/UserPanel/Support.jsx"; import FeedBackAndRatings from "./pages/UserPanel/FeedBackAndRatings.jsx"; import Monitoring from "./pages/UserPanel/Monitoring.jsx"; -import AddFarm from "./pages/UserPanel/AddFarm.jsx"; -import UpdateFarm from "./pages/UserPanel/UpdateForm.jsx"; - +import AddFarm from "./pages/UserPanel/Farm/AddFarm.jsx"; +import UpdateFarm from "./pages/UserPanel/Farm/UpdateForm.jsx"; createRoot(document.getElementById("root")).render( - - - - {/* Routes for the main App */} - }> - } /> - } /> - + + + {/* Routes for the main App */} + }> + } /> + } /> + - {/* User related routes */} - }> - } /> - } /> - } /> - } - /> + {/* User related routes */} + }> + } /> + } /> + } /> + } + /> - }> - } /> - } /> - } /> - } /> - } /> - } /> - } /> - } /> - } /> - } /> - + }> + } /> + } /> + } /> + } /> + } /> + } /> + } /> + } /> + } /> + } /> - - - + + + );