import IconSkeleton from '@/components/helper/skeleton/IconSkeleton'; const DataStateSkeleton = ({ icon, title, description, }: { icon: React.ReactNode; title: string; description: string; }) => { return (
{description}