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
bora-it
a653751c15943ba4a02f363c1ec9c6cfdb0cff25
a653751c15943ba4a02f363c1ec9c6cfdb0cff25
Switch branch/tag
bora-it
client
src
components
Profile
Info.js
Find file
Normal view
History
Permalink
Info.js
132 Bytes
Edit
Web IDE
Newer
Older
초기 틀 설정
Kim, Chaerin
committed
Jun 26, 2021
1
2
3
4
5
6
7
8
9
const
Info
=
()
=>
{
return
(
<
div
>
Info
Component
입니다
.
<
/div
>
)
};
export
default
Info
;