1

I want to access this image in my component. I know how to add images in root directory files with './assets/image.png' But not able to add in this iteamscomponents.js

enter image description here

enter image description here

I added this code in iteamscomponents.js

but it gives an error undefined Unable to resolve module ./assets/icons8_search_200px_3.png from components\ItemsComponent.js:

1 Answer 1

3

your path would be

../assets/icons8_search_200px_3.png

The two dots are important, it tells the cursor to navigate one folder up. One dot means stay in the same folder.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.