import * as React from 'react'; import '../../stylesheets/components/Board/PostList.scss'; const PostList = () => (
Posts will be show here.
); export default PostList;