diff --git a/src/PostList.jsx b/src/PostList.jsx index 07dcf2e..4dce563 100644 --- a/src/PostList.jsx +++ b/src/PostList.jsx @@ -38,6 +38,10 @@ function PostList() { // 게시물들을 렌더링 하는 하는 부분이다. return (
+
+ + {/* // PostForm 컴포넌트에 registerPost 함수 전달 */} +
{postList.data.map((v, i) => (