Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
students
survey
86d16affa1d0a41e510d7c38473328bebef3927a
86d16affa1d0a41e510d7c38473328bebef3927a
Switch branch/tag
survey
frontend
src
profile
Profile.tsx
Find file
Normal view
History
Permalink
Profile.tsx
91 Bytes
Edit
Web IDE
Newer
Older
프로파일 컴포넌트 생성
Yoon, Daeki
committed
Jul 07, 2022
1
2
3
4
5
import
React
from
"
react
"
;
export
const
Profile
=
()
=>
{
return
<
div
>
Profile
</
div
>;
};