export const ViewListLoader = () => (
{[...Array(8)].map(() => (
))}
);