import Card from './card' const FlexCard = () => { return (
Flexible Content
Footer
) } export default FlexCard