Skip to content

Instantly share code, notes, and snippets.

@vlpt-playground
Created April 7, 2017 16:32
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/7f2c6ae03a72b392768227a44f06b5ef to your computer and use it in GitHub Desktop.
Save vlpt-playground/7f2c6ae03a72b392768227a44f06b5ef to your computer and use it in GitHub Desktop.
const About = () => (
<div>
<h2>안녕하세요 저는 Velopert 입니다.</h2>
</div>
)
export default About;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment