I don't understund why the first one works, and the second one doesn't work.()
import logo from './navigation/singapour.jpg';
<img src={logo} alt="Logo" />
<img src={require('./navigation/singapour.jpg')} />
I don't understund why the first one works, and the second one doesn't work.()
import logo from './navigation/singapour.jpg';
<img src={logo} alt="Logo" />
<img src={require('./navigation/singapour.jpg')} />