import { Box, Skeleton } from '@mui/material' import { styles } from './style' export function BarSkeleton() { return ( spacing(2), height: ({ spacing }) => spacing(5), }} > {Array(2) .fill(0) .map((_, i) => ( spacing(1.5), }} > ))} ) }