import classNames from '@lib/class-names/ClassNames'; import { Skeleton } from '@mui/material'; import scss from './list.module.scss'; function ListLoader() { return ( <> > ); } export default ListLoader;