Commit 04f0c8ce authored by Jiwon Yoon's avatar Jiwon Yoon
Browse files

다시 미완성

parent fdb6f4e0
......@@ -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>
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment