This commit is contained in:
Trance-0
2025-10-27 15:12:02 -05:00
parent f634254bca
commit 1476e7f1c2
4 changed files with 16 additions and 17 deletions

View File

@@ -4,10 +4,8 @@
'use client'
import { usePathname } from 'next/navigation'
import type { PageMapItem } from 'nextra'
import { Anchor } from 'nextra/components'
import { normalizePages } from 'nextra/normalize-pages'
import type { FC, ReactNode } from 'react'
import cn from 'clsx'