Commit da897cd7 authored by Jiwon Yoon's avatar Jiwon Yoon
Browse files

parent 04f0c8ce
...@@ -35,8 +35,6 @@ function Admin() { ...@@ -35,8 +35,6 @@ function Admin() {
setQuizBtnCount(QuizBtnCount + 1) setQuizBtnCount(QuizBtnCount + 1)
} }
return ( return (
<> <>
<div className="container-fluid"> <div className="container-fluid">
...@@ -64,9 +62,7 @@ function Admin() { ...@@ -64,9 +62,7 @@ function Admin() {
<div className="row d-flex justify-content-center"> <div className="row d-flex justify-content-center">
</div> </div>
</div> </div>
<div className="text-center mt-5">
<h2>관리자 페이지에 오신 것을 환영합니다</h2>
</div>
{result} {result}
</div> </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