import { Table, TableBody, TableCell, TableHead, TableHeader, TableRow, } from '@/components/ui/table'; import { Card, CardContent } from '@/components/ui/card'; import { Skeleton } from '@/components/ui/skeleton'; export default function PromotionsPageSkeleton() { return (

Your Promotions

Code Type Value Min. Order Usage Valid Until Status Actions {Array.from({ length: 5 }).map((_, index) => (
))}
); }