react not getting img by src

Solutions on MaxInterview for react not getting img by src by the best coders in the world

showing results for - "react not getting img by src"
Maelyss
02 Nov 2020
1import logo from "../assets/Images/logo.png";
2
3<img src={logo} />