guitar-strings-123 / capstone-project

0 stars 1 forks source link

fix src/components/homepage.js export #102

Closed bryceAM closed 1 year ago

bryceAM commented 1 year ago

The HomePage.js component is exported from src/components/index.js to be used in the root index.js. It should instead be exported from within HomePage.js and imported into src/components/App.js.