Hi,
I am on doing the Jammming exercise at the moment.
I have just created SearchResults.js and SearchResults.css into the SearchResults folder (which is in the Components folder) and I imported this into App.js (I am following the tutorial video. I am also exported SearchResults.js in the same file.)
So basically after all of these steps (Step 18) I receive this error message on the React App:
I created the SearchResults folder under the Components folder, in the same way I did with the SearchBar folder.
I am able to import the …/SearchBar/Searchbar file into App.js but I cannot work out why is it not possible to do with the SearchResults.js file?
I would appreciate any help.
Thanks,
Beata