MakeSchool-Tutorials / React-Fundamentals

Learn react fundamentals for FEW 2.3
MIT License
0 stars 8 forks source link

7. Organizing Files #4

Closed chrismlee26 closed 3 years ago

chrismlee26 commented 3 years ago

All of your components should now be in the components folder, except for index.js and index.css. After this change, your folder structure should look like the following:

src components About.js App.css App.js App.test.js POPOSDetails.js POPOSList.css POPOSList.js POPOSSpace.css POPOSSpace.js Title.css Title.js index.css index.js serviceWorker.js setupTests.js sfpopos-data.json. <---- Should remain inside src, not be moved into components. Later in the tutorial it is outside but on this step it is inside.

ibirnam commented 3 years ago

thanks for finding this @chrismlee87 ! Fix has been pushed!