import { cn } from '@/app/utils/functions' import React from 'react' const LoadingUI = ({ className, iconSize }: { className?: string, iconSize?: number }) => { return (