DEV Community

Discussion on: How import images from one folder to another folder in React JS?

Collapse
 
kaiogomesx profile image
Kaio Gomes • Edited

import myImage from './images/customer-profile-bg.jpg'

<img src={myImage}></img>