import Item from "./Item"; function Cards({ data, loading }) { console.log(data); return ( ); } export default Cards;