Skip to content

Instantly share code, notes, and snippets.

@velopert
Last active January 14, 2017 13:35
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 velopert/90b9de0fd398167dc09f6b43d1fd80bb to your computer and use it in GitHub Desktop.
Save velopert/90b9de0fd398167dc09f6b43d1fd80bb to your computer and use it in GitHub Desktop.
import React from 'react';
import BigText from '../components/BigText';
const About = () => {
return (
<div>
<BigText>소개</BigText>
</div>
);
};
export default About;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment