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 State in class component in react js September 15, 2023 Data Fetching By API in react js September 17, 2023 React Js Installation July 14, 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.