import React from 'react' const FreeflowCard = ( { card } ) => { const src = `/cards/${card}.png`; return (
) } export default FreeflowCard