import images in react js import React from "react"; import Logo from './imgs/logo.png'; let Header = () => { return ( <> <img className="logos" src={Logo} width={230} height={100} /> </> ) } export default Header; Cook with me Share this content Opens in a new window X Opens in a new window Facebook Opens in a new window WhatsApp You Might Also Like Jquery Inside React js September 19, 2023 React Js Installation July 14, 2023 Class component in react js September 15, 2023 Leave a Reply Cancel replyCommentEnter your name or username to comment Enter your email address to comment Enter your website URL (optional) Save my name, email, and website in this browser for the next time I comment.