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