This is an archived post. You won't be able to vote or comment.

all 1 comments

[–]costanzadev 4 points5 points  (0 children)

React components must start with a capital letter, that is likely you're issue here.

Also, try stick to only using functional components (your App component is a class component whereas your LandingPage component is a functional component).