Posts by roselaine moreira • 1 point
1 post
-
0
votes2
answers23806
viewsA: How to insert image using React.js
Try this way to import the image and then use it as a "component" import React from 'react' import Img from 'react-image' import Teacher1 from "./images/teacher1.jpg" import Teacher2 from…