-
-
Save velopert/90b9de0fd398167dc09f6b43d1fd80bb to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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