not able to display the image getting an error as not found but i have provided the full path for it. I don\'t know where i am going wrong.
class App extend
You can read Why can't I do ? to know why it is not working.
If you use following method
import img from "/home/priyanka/Finalproject/src/components/3.jpg"; class App extends React.Component { render() { return ( hello ); } } export default App;