Skip to content

Instantly share code, notes, and snippets.

@nataliemarleny
Created May 12, 2019 16:42
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 nataliemarleny/8ba8c188716888d29717e794e6ef0df8 to your computer and use it in GitHub Desktop.
Save nataliemarleny/8ba8c188716888d29717e794e6ef0df8 to your computer and use it in GitHub Desktop.
Create a starting page in pages/index.js in a Next.js sandbox
const Main = () => (
<div>Main page!</div>
);
export default Main;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment