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/cd0b221609e5ac2f44cfb731daad4a67 to your computer and use it in GitHub Desktop.
Save velopert/cd0b221609e5ac2f44cfb731daad4a67 to your computer and use it in GitHub Desktop.
import React from 'react';
import BigText from '../components/BigText';
const Posts = () => {
return (
<div>
<BigText>포스트</BigText>
</div>
);
};
export default Posts;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment