bunch of stuff
This commit is contained in:
13
web/src/pages/HomePage/HomePage.js
Normal file
13
web/src/pages/HomePage/HomePage.js
Normal file
@@ -0,0 +1,13 @@
|
||||
import BlogLayout from 'src/layouts/BlogLayout'
|
||||
import BlogPostsCell from 'src/components/BlogPostsCell'
|
||||
|
||||
const HomePage = () => {
|
||||
return (
|
||||
|
||||
<BlogLayout>
|
||||
<BlogPostsCell/>
|
||||
</BlogLayout>
|
||||
)
|
||||
}
|
||||
|
||||
export default HomePage
|
||||
Reference in New Issue
Block a user