mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-04-25 00:36:31 +02:00
feat: add "use client" directive to sidebar-separator component for client-side rendering
This commit is contained in:
parent
b8d6cd4810
commit
7276ec856e
1 changed files with 2 additions and 0 deletions
|
|
@ -1,3 +1,5 @@
|
|||
"use client";
|
||||
|
||||
import type { Separator } from "fumadocs-core/page-tree";
|
||||
|
||||
export function SidebarSeparator({ item }: { item: Separator }) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue