Skip to content

Instantly share code, notes, and snippets.

@fivepixels
Last active June 16, 2023 18:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fivepixels/aa943e1c88b17615e7b9818666660b62 to your computer and use it in GitHub Desktop.
Save fivepixels/aa943e1c88b17615e7b9818666660b62 to your computer and use it in GitHub Desktop.
Normal Next JS Page
const Page = () => {
return (
<div>
<span>This is just a page.</span>
</div>
};
export defualt Page;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment