Commit 2c310feb authored by 김민수's avatar 김민수
Browse files

No commit message

No commit message
parent e562fe86
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')
);
......
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