Hey all! I’m at the very end of Ravenous Part 1 - I’ve built my components and just finished updating App.js. But now I’m getting a failed to compile error:
./src/App.js Line 11:10: 'SearchBar' is not defined react/jsx-no-undef Line 12:10: 'BusinessList' is not defined react/jsx-no-undefSearch for the keywords to learn more about each error.
I’ve double and triple checked that my file path is correct when importing them into App.js and I’ve also double and triple checked that I’m exporting them at the bottom of BusinessList.js and SearchBar.js. What else could be causing this error to crop up?