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