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
search-page
b061959dfae743764ea89f47a49194ce086117d9
b061959dfae743764ea89f47a49194ce086117d9
Switch branch/tag
search-page
client
src
App.js
Find file
Normal view
History
Permalink
App.js
112 Bytes
Edit
Web IDE
Newer
Older
commit
Lee SeoYeon
committed
Dec 28, 2020
1
2
3
4
5
6
7
8
9
import
Hello
from
'
./Hello
'
function
App
()
{
return
(
<
Hello
name
=
'
서연
'
/>
);
}
export
default
App
;