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
cf42430e
Commit
cf42430e
authored
Oct 30, 2021
by
Kim, Subin
Browse files
세부사항 수정
parent
c50454cd
Changes
3
Hide whitespace changes
Inline
Side-by-side
client/src/App.js
View file @
cf42430e
...
@@ -23,7 +23,7 @@ function App() {
...
@@ -23,7 +23,7 @@ function App() {
<
Route
path
=
"
/signup
"
component
=
{
SignupPage
}
/
>
<
Route
path
=
"
/signup
"
component
=
{
SignupPage
}
/
>
<
Route
path
=
"
/home
"
component
=
{
HomePage
}
/
>
<
Route
path
=
"
/home
"
component
=
{
HomePage
}
/
>
<
Route
path
=
"
/schedule/edit
"
component
=
{
ScheduleEditPage
}
/
>
<
Route
path
=
"
/schedule/edit
"
component
=
{
ScheduleEditPage
}
/
>
<
Route
path
=
"
/schedule
"
component
=
{
SchedulePage
}
/
>
<
Route
path
=
"
/schedule
/:date
"
component
=
{
SchedulePage
}
/
>
<
Route
path
=
"
/todo
"
component
=
{
ToDoPage
}
/
>
<
Route
path
=
"
/todo
"
component
=
{
ToDoPage
}
/
>
<
Route
path
=
"
/studyplan/edit
"
component
=
{
StudyPlanEditPage
}
/
>
<
Route
path
=
"
/studyplan/edit
"
component
=
{
StudyPlanEditPage
}
/
>
<
Route
path
=
"
/studyplan/:
"
component
=
{
StudyPlanPage
}
/
>
<
Route
path
=
"
/studyplan/:
"
component
=
{
StudyPlanPage
}
/
>
...
...
client/src/components/Modal/ScheduleModal.js
View file @
cf42430e
...
@@ -3,7 +3,7 @@ import styles from "./modal.module.scss";
...
@@ -3,7 +3,7 @@ import styles from "./modal.module.scss";
const
ScheduleModal
=
()
=>
{
const
ScheduleModal
=
()
=>
{
return
(
return
(
<
div
className
=
"
modal
"
id
=
"
scheduleModal
"
data
-
bs
-
backdrop
=
"
static
"
data
-
bs
-
keyboard
=
"
false
"
tab
i
ndex
=
"
-1
"
aria
-
labelledby
=
"
scheduleModalLabel
"
aria
-
hidden
=
"
true
"
>
<
div
className
=
"
modal
"
id
=
"
scheduleModal
"
data
-
bs
-
backdrop
=
"
static
"
data
-
bs
-
keyboard
=
"
false
"
tab
I
ndex
=
"
-1
"
aria
-
labelledby
=
"
scheduleModalLabel
"
aria
-
hidden
=
"
true
"
>
<
div
className
=
"
modal-dialog modal-sm modal-dialog-centered modal-dialog-scrollable
"
>
<
div
className
=
"
modal-dialog modal-sm modal-dialog-centered modal-dialog-scrollable
"
>
<
div
className
=
"
modal-content
"
>
<
div
className
=
"
modal-content
"
>
<
div
className
=
{
`modal-header
${
styles
.
header
}
`
}
>
<
div
className
=
{
`modal-header
${
styles
.
header
}
`
}
>
...
...
client/src/pages/LoginPage.js
View file @
cf42430e
import
React
from
'
react
'
;
import
LoginForm
from
'
../components/Form/LoginForm
'
;
import
LoginForm
from
'
../components/Form/LoginForm
'
;
function
LoginPage
()
{
function
LoginPage
()
{
...
...
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