diff --git a/src/App.js b/src/App.js index 60dd654..205fe9b 100644 --- a/src/App.js +++ b/src/App.js @@ -9,7 +9,6 @@ import Profile from "./pages/Register/Profile"; import EditProfile from "./pages/Profile/EditProfile"; import MentorSessions from "./pages/Sessions/MentorSessions"; import SessionSignup from "./pages/SessionSignup/SessionSignup"; -import MenteeSessions from "./pages/Sessions/MenteeSessions"; import TimeSlot from "./pages/Profile/TimeSlot"; import CurrentAvailabilities from "./pages/Profile/Current Availabilities"; import { Routes, Route } from "react-router-dom"; @@ -149,16 +148,6 @@ function App() { /> } /> - - } - /> { @@ -73,15 +72,6 @@ const NavBar = ({ handleLogout, isLoggedIn, token, loading }) => { Mentor Sessions )} - {isMentee && ( - - Mentee Sessions - - )} { )} - +

Momentum Mentors

@@ -128,7 +123,7 @@ const NavBar = ({ handleLogout, isLoggedIn, token, loading }) => { ) : ( - + {loading ? (