diff --git a/frontend/src/app/(pages)/SchedulePage.tsx b/frontend/src/app/(pages)/SchedulePage.tsx index 3090a16..bdeba76 100644 --- a/frontend/src/app/(pages)/SchedulePage.tsx +++ b/frontend/src/app/(pages)/SchedulePage.tsx @@ -1,11 +1,11 @@ -// import { ReactElement } from "react" -// // import Schedule from "../schedule/page" +import { ReactElement } from "react" +import Schedule from "../schedule/page"; -// const SchedulePage = ():ReactElement => { -// return ( -// -// ) -// } +const SchedulePage = ():ReactElement => { + return ( + + ) +} -// export default SchedulePage \ No newline at end of file +export default SchedulePage \ No newline at end of file diff --git a/frontend/src/app/components/Mentors/Mentors.tsx b/frontend/src/app/components/Mentors/Mentors.tsx index a35c0fd..535eb89 100644 --- a/frontend/src/app/components/Mentors/Mentors.tsx +++ b/frontend/src/app/components/Mentors/Mentors.tsx @@ -1,4 +1,4 @@ -// import React from "react"; +import React from "react"; import { cabinetBold, cabinetExtraBold } from "@/fonts"; import UserEntity from "@/app/types/userentity"; import UserCard from "../core/UserCard"; diff --git a/frontend/src/app/components/Navbar/NavbarMob.tsx b/frontend/src/app/components/Navbar/NavbarMob.tsx index e4b3046..ce815a8 100644 --- a/frontend/src/app/components/Navbar/NavbarMob.tsx +++ b/frontend/src/app/components/Navbar/NavbarMob.tsx @@ -19,6 +19,7 @@ import fbIcon from "@/app/assets/icons/facebook.svg"; import instaIcon from "@/app/assets/icons/instagram.svg"; import linkedinIcon from "@/app/assets/icons/linkedin.svg"; import SidebarButton from "./SidebarButton"; +import Schedule from "@/app/schedule/page"; const Navbar = () => { const [isOpen, setIsOpen] = useState(false); @@ -119,11 +120,11 @@ const Navbar = () => {