App.js
import React, { useState } from \'react\'; import Cart from \'./Cart.js\'; function App(){ const [count,setCount] = useState(0) return(