Skip to content

Commit

Permalink
commented unsused varables
Browse files Browse the repository at this point in the history
  • Loading branch information
Verifieddanny committed Mar 2, 2025
1 parent 42be2fb commit 4449e08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/dashboard/employer/components/header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import { useState, useEffect, useContext } from "react";
import { Menu, MoreVertical, Search, X } from "lucide-react";
import Link from "next/link";
import { usePathname } from "next/navigation";
// import { usePathname } from "next/navigation";
import Image from "next/image";
import { cn } from "@/lib/utils";
import Logo from "@/public/skillnet-white logo.png";
Expand Down

0 comments on commit 4449e08

Please sign in to comment.