Annie-McElroy / the-village

Mobile-first application that allows users to share childcare-related resources. Users can set up their own village or join an existing village and submit childcare-related requests and trade "crayons" (points) with other villagers.
MIT License
1 stars 1 forks source link

Fixed Heroku Deployment #97

Closed Annie-McElroy closed 4 months ago

Annie-McElroy commented 4 months ago

Added delete request mutation

Cleaned up commented out code on DisplayCommnt and ReqByVillager.

Removed unnecessary import on Village.js that may be the cause for the Heroku deployment error that appeared on 2/16/23. The change from CreateReqButton to LinkButton caused an error where Village.js was importing CreateReqButton (but it was not being used so deleted the import).