import { Box, Skeleton } from '@mui/material' import { styles } from './style' export function TimeseriesSkeleton() { return ( {/* Timeseries bar */} {/* Legend */} {Array(2) .fill(0) .map((_, i) => ( spacing(1.5), }} > ))} ) }