We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14148b9 commit cf27ca4Copy full SHA for cf27ca4
src/components/main-nav.tsx
@@ -7,7 +7,7 @@ import { NavItem } from "@/types/nav";
7
import Image from "next/image";
8
import Link from "next/link";
9
import { usePathname } from 'next/navigation';
10
-import { useEffect,useRef,useState } from "react";
+import { useEffect, useRef, useState } from "react";
11
import { BiMenuAltRight } from "react-icons/bi";
12
import { MdOutlineClose } from "react-icons/md";
13
import { ThemeToggle } from "./theme-toggle";
0 commit comments