Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@samuelayo
Created April 2, 2018 20:33
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 samuelayo/a238f8bd14a73a0250d648e177c580e2 to your computer and use it in GitHub Desktop.
Save samuelayo/a238f8bd14a73a0250d648e177c580e2 to your computer and use it in GitHub Desktop.
const Index = () => (
<div>
<p>Hello Next.js, this is your friend Brian from logrocket</p>
</div>
)
export default Index
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment