import { Skeleton } from '@mui/material'; import { memo } from 'react'; export const ListSkeleton = memo(function ListItemSkeleton() { return ( <> ); });