import React from 'react' import { Skeleton } from './skeleton' export function DashboardCellLoader({ count = 2 }: { count?: number }) { return (