import { cn } from "@/lib/utils" interface LoaderProps { text?: string className?: string } export const Loader = ({ text, className }: LoaderProps) => { return (
{text}