import { MetaTags } from '@redwoodjs/web' import ArticlesCell from 'src/components/ArticlesCell' const HomePage = () => { return ( <> ) } export default HomePage