Skip to content

Instantly share code, notes, and snippets.

@vlpt-playground
Created April 7, 2017 16:18
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 vlpt-playground/cdc2bd4b018775eee2c9215fc19c364a to your computer and use it in GitHub Desktop.
Save vlpt-playground/cdc2bd4b018775eee2c9215fc19c364a to your computer and use it in GitHub Desktop.
const Index = () => (
<div>
<h1>
안녕, Next.js
</h1>
</div>
);
export default Index;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment