import React from 'react' const Cards = () => { return (
) } export default Cards