mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-04-28 02:23:53 +02:00
fix: remove unnecessary "use client" from pure presentational components
These components only render JSX with props and don't use hooks, event handlers, or browser APIs.
This commit is contained in:
parent
0583ad5705
commit
3d762ccf62
4 changed files with 0 additions and 8 deletions
|
|
@ -1,5 +1,3 @@
|
|||
"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