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
online-quiz-react
Commits
04f0c8ce
Commit
04f0c8ce
authored
Aug 12, 2020
by
Jiwon Yoon
Browse files
다시 미완성
parent
fdb6f4e0
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/Admin.js
View file @
04f0c8ce
...
...
@@ -24,8 +24,8 @@ function Admin() {
setresult
(
<
AdminSetting
/>
)
}
function
handleClickQuiz
(){
setresult
(
<
AdminQuiz
/>
)
function
handleClickQuiz
()
{
setresult
(
<
AdminQuiz
/>
)
}
function
handleClickAddQuiz
()
{
...
...
@@ -62,10 +62,11 @@ function Admin() {
<
div
className
=
"
tab-content
"
id
=
"
v-pills-tabContent
"
>
<
div
className
=
"
tab-pane fade show active
"
id
=
"
setting
"
role
=
"
tabpanel
"
>
<
div
className
=
"
row d-flex justify-content-center
"
>
<
/div
>
<
/div
>
<
div
className
=
"
text-center mt-5
"
>
<
h2
>
관리자
페이지에
오신
것을
환영합니다
<
/h2
>
<
/div
>
{
result
}
<
/div
>
...
...
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