Skip to content

Instantly share code, notes, and snippets.

@velopert
Last active January 14, 2017 13:35
Embed
What would you like to do?
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