chore(docs): lint fix (#4827)

This commit is contained in:
Alex Yang
2025-09-22 16:42:14 -07:00
committed by GitHub
parent 10e509c9d0
commit fa12a008aa
4 changed files with 3 additions and 6 deletions

View File

@@ -1,5 +1,5 @@
"use client";
import { ChevronRight, Menu, Search } from "lucide-react";
import { ChevronRight, Menu } from "lucide-react";
import Link from "next/link";
import { Fragment, createContext, useContext, useState } from "react";
import {
@@ -11,7 +11,6 @@ import {
import { contents, examples } from "./sidebar-content";
import { usePathname } from "next/navigation";
import { cn } from "@/lib/utils";
import { useSearchContext } from "fumadocs-ui/provider";
interface NavbarMobileContextProps {
isOpen: boolean;