import React from 'react'; import { Card } from '@/components/ui/card'; import { Skeleton } from '@/components/ui/skeleton'; export function AdminDashboardSkeleton() { return (
{[1, 2, 3, 4].map((i) => ( ))}
{[1, 2, 3, 4].map((i) => ( ))}
{[1, 2, 3, 4].map((i) => ( ))}
{[1, 2, 3].map((i) => ( ))}
); }