generated from muhtadeetaron/nextjs-template
chore: refactor code for type safety
This commit is contained in:
@ -5,13 +5,7 @@ import Link from "next/link";
|
||||
import { ReactNode } from "react";
|
||||
import { usePathname } from "next/navigation";
|
||||
import clsx from "clsx";
|
||||
import {
|
||||
House,
|
||||
LayoutGrid,
|
||||
Bookmark,
|
||||
CircleUser,
|
||||
Settings,
|
||||
} from "lucide-react";
|
||||
import { House, LayoutGrid, Bookmark, Settings } from "lucide-react";
|
||||
|
||||
const tabs = [
|
||||
{ name: "Home", href: "/home", component: <House size={30} /> },
|
||||
|
||||
Reference in New Issue
Block a user