Add post list

This commit is contained in:
riggraz
2019-09-02 19:26:34 +02:00
parent edacfb1a4f
commit 86286b634d
13 changed files with 251 additions and 74 deletions

View File

@@ -1,7 +1,5 @@
import * as React from 'react';
import '../../stylesheets/components/Board/NewPostForm.scss';
interface Props {
title: string;
description: string;