import { Loader2 } from "lucide-react"; interface LoadingPlaceholderProps { className?: string; } export const LoadingPlaceholder = ({ className = "" }: LoadingPlaceholderProps) => (