Profile.js 141 Bytes
Newer Older
Kim, Chaerin's avatar
Kim, Chaerin committed
1
2
3
4
5
6
7
8
9
const Profile = () => {
    return (
        <div>
            Profile Component 입니다.
        </div>
    )
};

export default Profile;