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 (