const Frame = ({ pic }) => { return ( <div className="item"> <img alt='dog_img' src={pic}/> </div> ); };