diff options
Diffstat (limited to 'src/components/docs.tsx')
| -rw-r--r-- | src/components/docs.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/docs.tsx b/src/components/docs.tsx index 038a52b..0dec2dd 100644 --- a/src/components/docs.tsx +++ b/src/components/docs.tsx @@ -1,5 +1,5 @@ import type { PageTree } from 'fumadocs-core/server'; -import { cn } from 'fumadocs-ui/components/api'; +import { cn } from '@/lib/utils'; import { type SidebarOptions, checkPageTree, |
