import { Box, Skeleton } from '@mui/material' import { styles } from './style' export function RangeSkeleton() { return ( ) }