mirror of
https://github.com/astuto/astuto.git
synced 2025-12-16 03:37:56 +01:00
Add new post form
This commit is contained in:
11
app/javascript/components/Board/PostList.tsx
Normal file
11
app/javascript/components/Board/PostList.tsx
Normal 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;
|
||||
Reference in New Issue
Block a user