import React from 'react';import logo from './logo.png'; // Tell Webpack this JS file uses this imagefunction Header() { // import result is the URL of your image return <img src={logo} alt="Logo" />;}export default Header;
import React from 'react';import logo from './logo.png'; // Tell Webpack this JS file uses this imagefunction Header() { // import result is the URL of your image return <img src={logo} alt="Logo" />;}export default Header;