import React from 'react' const AddTripButton = (props) => { return <button onClick={props.addTrip}>Add a trip</button> } export default ...
確定! 回上一頁