mirror of
https://github.com/LukeHagar/better-auth.git
synced 2025-12-09 20:27:44 +00:00
chore(docs): lint fix (#4827)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user