diff --git a/pages/profile/index.tsx b/pages/profile/index.tsx index 666db88..6b235c3 100644 --- a/pages/profile/index.tsx +++ b/pages/profile/index.tsx @@ -4,6 +4,7 @@ import Image from "next/image" import { useRouter } from "next/navigation" import React, { SetStateAction, useEffect, useState } from "react" import { auth } from "../../firebase" +import { Navbar } from "components/Navbar/nav-bar.component" export default function Profile() { const router = useRouter() @@ -34,6 +35,9 @@ export default function Profile() {