import type { Shout } from '../../graphql/types.gen' import { ArticleCard } from './ArticleCard' export const Row5 = (props: { articles: Shout[]; nodate?: boolean }) => { return (