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; You Might Also Like Hooks in react js ( useState hooks ) September 14, 2023 Fetch static api using react js, props loop September 13, 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.