type Props = { children: string } export const ArticleContent = ({ children }: Props) => { return (
) }