export const CycleModuleListLayout = () => (
{[...Array(5)].map(() => (
))}
);