SE750-Group14-GirlGang / roadtrip-planner

An application to help you and your friends plan a roadtrip!
Apache License 2.0
3 stars 2 forks source link

Reusable AddButton component #68

Closed Jennak21 closed 3 years ago

Jennak21 commented 3 years ago

Changes: Pulled out duplicate code that created an Add button in Map and Itinerary into a reusable component under components/commons/buttons/AddButton/AddButton

Closes #50