Skip to content

Instantly share code, notes, and snippets.

/about.js Secret

Created April 8, 2017 00:24
Show Gist options
  • Save anonymous/7ba329a4bbadab6bae243a6b0a8dc1c7 to your computer and use it in GitHub Desktop.
Save anonymous/7ba329a4bbadab6bae243a6b0a8dc1c7 to your computer and use it in GitHub Desktop.
import Layout from '../components/Layout';
const About = () => (
<Layout>
<style jsx>
{`
h2 {
color: green
}
`}
</style>
<h2>안녕하세요 저는 Velopert 입니다.</h2>
</Layout>
)
export default About;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment