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