Skip to content

Commit

Permalink
Fixed Navbar Component
Browse files Browse the repository at this point in the history
  • Loading branch information
NazireAta committed May 15, 2024
1 parent 466a636 commit 93772aa
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion frontend/src/components/NavbarLayout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ import { Sheet, SheetContent, SheetTrigger } from "./ui/sheet";
import { SearchBar } from "./SearchBar";
import useAuthStore from "../services/auth";
import { FullscreenLoading } from "./FullscreenLoading";
import { useNavigate } from "react-router-dom";

const links = [{ name: "Home", path: "/" }] as const;

Expand Down

0 comments on commit 93772aa

Please sign in to comment.