Problem: My assets file is inside of src folder. But terminal showing error that my assets file is outside of src/. Which causes me unable to import images inside of my file \src\home\home.js
CodePudding user response:
You can just use the relative path and try if that works!
in your case: import Banner from "../assets/images/banner.jpg"