fix:Chagned the navbar to default

This commit is contained in:
2025-02-22 17:07:49 +05:30
parent 8ad01a5c50
commit 439dbe51b6
4 changed files with 16 additions and 7 deletions
+2
View File
@@ -22,6 +22,7 @@ import Settings from "./pages/UserPanel/Settings.jsx";
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";
createRoot(document.getElementById("root")).render(
<StrictMode>
@@ -53,6 +54,7 @@ createRoot(document.getElementById("root")).render(
<Route path="scheduledmeetings" element={<ScheduleMeeting />} />
<Route path="support" element={<Support />} />
<Route path="feedback" element={<FeedBackAndRatings />} />
<Route path="monitoring" element={<Monitoring />} />
</Route>
</Route>
</Routes>