import React from 'react' const postcard = (props: any) => { const {fill} = props; return ( ); } export default postcard