Next.js Discord

Discord Forum

Error: The default export is not a React Component in page: "/notes"

Answered
xypé posted this in #help-forum
Open in Discord
Error: The default export is not a React Component in page: "/notes"
const NotesPage = () => {
  return (
    <div>
      <p>NotesPage</p>
    </div>
  );
};

export default NotesPage;

what could be the cause of this throwing an error?
Answered by xypé
Never mind, I forgot that I had an empty Layout.tsx
View full answer

4 Replies

Never mind, I forgot that I had an empty Layout.tsx
Answer
Sorry
@xypé Never mind, I forgot that I had an empty Layout.tsx
Largehead hairtail
mark as a solution
@Largehead hairtail mark as a solution
ig ill mark it as they don't want to