Skip to content

Instantly share code, notes, and snippets.

@velopert

velopert/Home.js Secret

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