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
11b39a77
Commit
11b39a77
authored
Aug 12, 2020
by
김민수
Browse files
No commit message
No commit message
parent
2cbcad0a
Changes
1
Show whitespace changes
Inline
Side-by-side
src/compare.js
View file @
11b39a77
import
React
,
{
useState
}
from
'
react
'
;
// import { Link } from 'react-router-dom';
let
list
=
[]
function
Admin
()
{
const
[
question
,
setQuestion
]
=
useState
(
''
)
...
...
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