So when i import the img Example:
import Logo from "../images/logo.png"
<img src={Logo}/>
it works but when I do the path only in src it doesnt work at all:
<img src"../images/logo.png"/>
and im new to react so idk how to use props in the import way like
<img src={../images/${props.img}
} />
but when i update the img to app.js im trying for at least 2 hours but i cant find the solution how to fix it cuz it doesnt show the img