fullstack-hy2020 / part2-notes

71 stars 182 forks source link

Remove unnecessary get request #1

Closed verajs closed 2 years ago

verajs commented 2 years ago

The axios.get request in index.js was not necessary anymore. App was receiving props but never using them. This also happens in part2-4 and part2-5.