Fix a couple name change leftoveres

This commit is contained in:
Rob Cameron
2022-02-08 15:13:34 -08:00
parent e2c60fde13
commit 3daba85949
6 changed files with 23 additions and 19 deletions

View File

@@ -1,11 +1,11 @@
import { MetaTags } from '@redwoodjs/web'
import BlogPostsCell from 'src/components/BlogPostsCell'
import ArticlesCell from 'src/components/ArticlesCell'
const HomePage = () => {
return (
<>
<MetaTags title="Home" description="Home page" />
<BlogPostsCell />
<ArticlesCell />
</>
)
}