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
Today KU
753429a65001ca86ad20312ce7c9fb4aff002379
753429a65001ca86ad20312ce7c9fb4aff002379
Switch branch/tag
today-ku
client
pages
LoginPage.js
Find file
Normal view
History
Permalink
LoginPage.js
116 Bytes
Edit
Web IDE
Newer
Older
for merge
Choi Ga Young
committed
Oct 04, 2021
1
2
3
4
5
6
7
8
9
import
React
from
'
react
'
;
function
LoginPage
()
{
return
(
<
p
>
로그인
<
/p
>
);
}
export
default
LoginPage
;