import { type FC } from 'react' import { type DashboardData } from '../types/Types' import { User, Shop } from 'iconsax-react' import StatCard from './StatCard' const UsersCountSection: FC<{ data?: DashboardData }> = ({ data }) => { if (!data) return null return (