import { Box, Skeleton } from '@mui/material' import { styles } from './style' const GUTTER = 32 const SIZE = 294 - GUTTER const INNER_SIZE = SIZE - GUTTER export function PieSkeleton() { return ( spacing(1), }} > spacing(2), height: ({ spacing }) => spacing(5), }} > {Array(2) .fill(0) .map((_, i) => ( spacing(1.5), }} > ))} ) }