useEffect(()=>{ axios.get(`http://localhost:5000/products`).then((response) => { console.log(response); //setProducts(response.data) }); },)