Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
students
Today KU
Commits
fabdb9ce
Commit
fabdb9ce
authored
Oct 04, 2021
by
Choi Ga Young
Browse files
for merge
parent
cb4bf841
Changes
6
Expand all
Hide whitespace changes
Inline
Side-by-side
client/package-lock.json
View file @
fabdb9ce
This diff is collapsed.
Click to expand it.
client/package.json
View file @
fabdb9ce
...
...
@@ -9,11 +9,13 @@
"axios"
:
"^0.21.4"
,
"bootstrap"
:
"^5.1.1"
,
"bootstrap-icons"
:
"^1.5.0"
,
"formik"
:
"^2.2.9"
,
"react"
:
"^17.0.2"
,
"react-dom"
:
"^17.0.2"
,
"react-router-dom"
:
"^5.3.0"
,
"react-scripts"
:
"4.0.3"
,
"web-vitals"
:
"^1.1.2"
"web-vitals"
:
"^1.1.2"
,
"yup"
:
"^0.32.9"
},
"scripts"
:
{
"start"
:
"react-scripts start"
,
...
...
client/pages/LoginPage.js
0 → 100644
View file @
fabdb9ce
import
React
from
'
react
'
;
function
LoginPage
()
{
return
(
<
p
>
로그인
<
/p
>
);
}
export
default
LoginPage
;
\ No newline at end of file
client/pages/SignupPage.js
0 → 100644
View file @
fabdb9ce
import
React
from
'
react
'
;
function
SingupPage
()
{
return
(
<
p
>
회원가입
<
/p
>
);
}
export
default
SingupPage
;
\ No newline at end of file
client/src/App.js
View file @
fabdb9ce
...
...
@@ -2,7 +2,8 @@ import { BrowserRouter as Router, Route, Switch } from "react-router-dom";
function
App
()
{
return
(
<><
/
>
<>
<
/
>
);
}
...
...
package-lock.json
View file @
fabdb9ce
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment