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