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