I am building a project on React. it's a job filtering web app but the problem is, when i'm trying to use JSON data as image src but it is not working even when the address is correct.
but then I tried to check if importing image was working or not as an individual image source seems like it is working.
but it is not possible to individually import all images when the address is correct in JSON data.
here I'm providing the file structure with my code and also JSON data structure If anyone can address the issue it will be a great help, Thank you.