import styles from '../styles/Article.module.css'; export default function Article(props) { return ( <> TheRed.SH / Article
{props.children}
) }