fix: consolidate lucide-react imports

This commit is contained in:
2026-04-26 09:40:33 -05:00
parent af3ce06f5e
commit 4c6fa42b11
+1 -2
View File
@@ -5,12 +5,11 @@ import logo from "@/app/icon.png"
import Image from "next/image" import Image from "next/image"
import Link from "next/link" import Link from "next/link"
import { useEffect, useRef, useState } from "react" import { useEffect, useRef, useState } from "react"
import { CircleXIcon, Gamepad2Icon, MenuIcon, XIcon } from "lucide-react" import { Bookmark, CircleXIcon, Gamepad2Icon, LogOut, MenuIcon, User, XIcon } from "lucide-react"
import { routes } from "@/lib/routes" import { routes } from "@/lib/routes"
import { usePathname, useRouter, useSearchParams } from "next/navigation" import { usePathname, useRouter, useSearchParams } from "next/navigation"
import { useDebounce } from "@/lib/hooks/useDebounce" import { useDebounce } from "@/lib/hooks/useDebounce"
import { authClient, useSession } from "@/lib/auth-client" import { authClient, useSession } from "@/lib/auth-client"
import { LogOut, User, Bookmark } from "lucide-react"
import { authRoutes } from "@/lib/routes" import { authRoutes } from "@/lib/routes"
export default function Navbar() { export default function Navbar() {