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
quiz-competition
Commits
ff88444d
Commit
ff88444d
authored
Nov 05, 2020
by
baesangjune
Browse files
.
parent
6d061a01
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/client/src/core/Warning.jsx
View file @
ff88444d
...
...
@@ -8,6 +8,7 @@ import { useEffect } from "react";
import
Card
from
"
react-bootstrap/esm/Card
"
;
import
{
Link
,
Redirect
}
from
'
react-router-dom
'
;
function
Warning
()
{
const
[
data
,
setData
]
=
useState
({
name
:
""
,
})
const
[
courses
,
setCourses
]
=
useState
([{
name
:
""
,
description
:
""
,
code
:
""
,
}])
...
...
@@ -47,6 +48,7 @@ function Warning() {
};
return
(
<
div
>
{
console
.
log
(
"
quiz=
"
,
quiz
)
}
<
Container
className
=
"col-sm-6 col-md-5 col-lg-4 p-5"
>
<
Form
.
Text
className
=
"text-muted"
>
<
h1
className
=
"text-center mt-1 pb-3 font-italic text-danger"
>
Korea University
</
h1
>
...
...
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