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
257ce8bf4eeb81e24c6a35294c4979920ec69697
257ce8bf4eeb81e24c6a35294c4979920ec69697
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
;