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

미완성

parent f47c1b57
......@@ -20,9 +20,6 @@ function Admin() {
const [QuizBtnCount, setQuizBtnCount] = useState(4)
function handleClickSetting() {
setresult(<AdminSetting />)
}
......@@ -68,10 +65,9 @@ function Admin() {
</div>
</div>
{result}
{/* <AdminSetting/>
<AdminQuiz/> */}
</div>
</div>
</div>
......
......@@ -3,9 +3,11 @@ import React,{ useState } from 'react'
function AdminSetting() {
const [password, setPassword] = useState('')
const [adminpassword, setAdminPassword] = useState('')
const [time, setTime] = useState('')
const handleChangePassword = (event) => {
setPassword(event.target.value)
}
......
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