diff --git a/components/sections/navbar/index.tsx b/components/sections/navbar/index.tsx index 9b1cc79..fd793d8 100644 --- a/components/sections/navbar/index.tsx +++ b/components/sections/navbar/index.tsx @@ -3,14 +3,23 @@ import { Moon } from 'lucide-react'; import { Sun } from 'lucide-react'; import ViewContainer from "@/components/layouts/view-container"; import { Avatar, AvatarFallback, AvatarImage } from "@/components/ui/avatar"; +import Link from "next/link"; +import { cn } from "@/lib/utils"; const Navbar: React.FunctionComponent = () => { return (