Why Why Why cant I fix this!!! pls help
I would review how you’re accessing the files.
./
is current directory, in what directory is app.js? In what directory is BusinessList.js?
../
does what? (take a guess, I’ll answer of course but try it out in command-line)
I think line 3 should be import BusinessList from "../Business/BusinessList";
2 Likes