const ArticleHeading = ({ text }: { text: string }) => { return (

{text}

); }; export default ArticleHeading;