const SkeletonList = ({ number }) => (
{ Array.from(Array(number), (e, i) => (
)) } Loading...
); export { SkeletonList };