You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In Next.js, a page is a React Component exported from a .js, .jsx, .ts, or .tsx file in the pages directory. Each page is associated with a route based on its file name.
The text was updated successfully, but these errors were encountered:
YetAnotherJonWilson
changed the title
The html pages in the accountData and newAccount folders should be refactored as components
The dashboard html page in the newAccount folders should be refactored as a component
Aug 24, 2022
Note that React Components by default go into the pages folder.
From the Next.js docs (https://nextjs.org/docs/basic-features/pages):
The text was updated successfully, but these errors were encountered: