import { cn } from "@/lib/utils"; export function PlaceholderNotice({ children, className, }: { children: React.ReactNode; className?: string; }) { return (
{children}