Merge pull request #984 from LikiosSedo/fix/remove-unnecessary-use-client

fix: remove unnecessary "use client" from pure presentational components
This commit is contained in:
Rohan Verma 2026-03-26 02:47:45 -07:00 committed by GitHub
commit 420eed01ea
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 0 additions and 8 deletions

View file

@ -1,5 +1,3 @@
"use client";
import type { Separator } from "fumadocs-core/page-tree";
export function SidebarSeparator({ item }: { item: Separator }) {

View file

@ -1,5 +1,3 @@
"use client";
import Image from "next/image";
import Link from "next/link";
import { cn } from "@/lib/utils";

View file

@ -1,5 +1,3 @@
"use client";
import { BellOff } from "lucide-react";
export function AnnouncementsEmptyState() {

View file

@ -1,5 +1,3 @@
"use client";
import { Link2Off } from "lucide-react";
interface PublicChatSnapshotsEmptyStateProps {