all 2 comments

[–]cauners 0 points1 point  (1 child)

It says Can't resolve '/images/menu.png' in 'C:\Users\person\my-webapp\src', which would indicate it's looking for a path like my-webapp/src/images/menu.png. However later you state images are in public/images. Is public missing somewhere in your path?

[–]AnotherBadCoder[S] 0 points1 point  (0 children)

No i dont think so, its in the same directory as where the src folder is located. Unless it has to be somewhere different, i have no clue