import { Show } from 'solid-js' import type { Shout } from '../../graphql/types.gen' import { ArticleCard } from './Card' export const Row1 = (props: { article: Shout }) => (
)