import React from "react"; const Cards = () => { return ( <div> <div>Cool</div> </div> ); }; export default Cards;