React image
https://www.youtube.com/watch?v=U07wzhfu66M
component/images/imag
js file:
import img1 from './images/image.jpg';
retrun{
<div>
<img src="{img1}" alt="" />
</div>
import works only with the module:----
2:
public/image
<img src="./images/image.jpg" alt="" />
Comments
Post a Comment