import { cn } from "../lib/utils"; interface IProps { className?: string | null; } const Loading = ({ className = "w-svw h-svh" }: IProps) => { return (