From 396919940372deb972d5e23c806c2a731fc37a80 Mon Sep 17 00:00:00 2001 From: parkseyoung Date: Wed, 6 Nov 2024 17:25:06 +0900 Subject: [PATCH] pr test --- src/component/Postlist.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/component/Postlist.jsx b/src/component/Postlist.jsx index 35ffd28..57f646c 100644 --- a/src/component/Postlist.jsx +++ b/src/component/Postlist.jsx @@ -1,7 +1,7 @@ import PropTypes from "prop-types"; import "./styles/Postlist.scss"; import Hearticon from "../image/Hearticon.svg"; - +//pr test const Postlist = ({ id, title, imageUrl, likes }) => { return (