Skip to content

Commit

Permalink
refactor: remove imports
Browse files Browse the repository at this point in the history
  • Loading branch information
bob8100 committed Oct 22, 2024
1 parent d669419 commit 4d10dc5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion components/SideBar.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import React, { useEffect, useState } from "react";
import { usePathname } from "next/navigation";

interface SidebarProps {
Expand Down
4 changes: 2 additions & 2 deletions data/menuItems.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
export const menuItems = [
{ label: "Home", href: "/" },
{ label: "Authentication", href: "/authentication" },
{ label: "Home", href: "/api-docs" },
{ label: "Authentication", href: "/api-docs/authentication" },
{ label: "Services", href: "/services" },
{ label: "Contact", href: "/contact" },
];

0 comments on commit 4d10dc5

Please sign in to comment.