Add new post form

This commit is contained in:
riggraz
2019-09-02 14:32:57 +02:00
parent 4cb60cf2ed
commit edacfb1a4f
16 changed files with 397 additions and 2 deletions

View File

@@ -0,0 +1,11 @@
import * as React from 'react';
import '../../stylesheets/components/Board/PostList.scss';
const PostList = () => (
<div className="postListContainer">
Posts will be show here.
</div>
);
export default PostList;