so my app.js is in src folder, and I am trying to access an image in the src/images folder. I am trying with:
<div><ImgMediaCard name='../images/image.png'/></div>
but it is not working, it will only work if I place the image in the same folder as app.js
<div><ImgMediaCard name='../image.png'/></div>