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
2c310feb
Commit
2c310feb
authored
Jul 27, 2020
by
김민수
Browse files
No commit message
No commit message
parent
e562fe86
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/index.js
View file @
2c310feb
import
React
from
'
react
'
;
import
ReactDOM
from
'
react-dom
'
;
import
'
./index.css
'
;
import
App
from
'
./App
'
;
// import App from './App';
import
Quiz
from
'
./Quiz
'
;
import
*
as
serviceWorker
from
'
./serviceWorker
'
;
ReactDOM
.
render
(
<
React
.
StrictMode
>
<
App
/>
<
Quiz
/>
<
/React.StrictMode>
,
document
.
getElementById
(
'
root
'
)
);
...
...
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