It’s not importing the component properly.
Error
Uncaught ReferenceError: React is not defined
at Navbar (navbar.jsx:3)
It’s not importing the component properly.
Error
Uncaught ReferenceError: React is not defined
at Navbar (navbar.jsx:3)
You need to import React from ‘react’ in your Navbar component.
@Ronnehag is correct. Your navbar.jsx is built like a React component but that file is not importing React.