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

q

parent 96ab4893
......@@ -9,11 +9,6 @@ let QuizBtn = []
function Admin() {
let QnAadmins = []
let QnAadmin = {}
let Setadmins = []
let Setadmin = {}
const [result, setresult] = useState('')
// const [addQuiz, setaddQuiz] = useState('')
......
......@@ -29,7 +29,7 @@ function AdminQuiz() {
<input type="radio" id={selectOption + 1} name="answer" />
</div>
</div>
<input type="text" class="form-control" placeholder="보기를 입력하세요" onChange={handleChangeChoose} />
<input type="text" className="form-control" placeholder="보기를 입력하세요" onChange={handleChangeChoose} />
</div>
)
setselectOption(selectOption + 1)
......
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