first off here is an image of my project structure to help with visualising the issue here:
in my components folder there is a file homepage.js, im trying to import an image which is in the folder icons. im not to sure how to reference the image since the image and the homepage file are not in the same folder. I tried placing the image in the components file and importing it like this:
import baseball from './baseball.png';
It works as intended. Im trying to find out how to import the image while in the icon folder without having to move it.