Skip to content

Instantly share code, notes, and snippets.

@zsherman
Created August 18, 2017 14:34
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 zsherman/3bbc05a69aadc2cc581e02c7624a07ab to your computer and use it in GitHub Desktop.
Save zsherman/3bbc05a69aadc2cc581e02c7624a07ab to your computer and use it in GitHub Desktop.
// ./pages/index.js
export default () => (
<div>Welcome to next.js!</div>
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment