In my App.js file i have a useState that i set into the ListContainer and Cart Component
const [listCart, addListCart] = useState([]); return( 相关标签: