Lesson 15: "Error: The default export is not a React Component in page: "/_app"" #852
Answered
by
ThomasHeim11
BrysonHall
asked this question in
Q&A
-
Not sure why the error is coming up, heres my index.js and App.js index.js
App.js
|
Beta Was this translation helpful? Give feedback.
Answered by
ThomasHeim11
Jul 9, 2022
Replies: 1 comment 2 replies
-
You forgot |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
BrysonHall
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You forgot
export default MyApp
at the bottom ofApp.js