We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5a00673 + 471a9f7 commit 2bc115cCopy full SHA for 2bc115c
src/index.js
@@ -1,6 +1,6 @@
1
import React from 'react'
2
import ReactDOM from 'react-dom'
3
-// import App from './01_example/App'
4
-import App from './02_starter/App' /*uncomment this import and comment out the one above when you're ready to write your own code*/
+import App from './01_example/App'
+// import App from './02_starter/App' /*uncomment this import and comment out the one above when you're ready to write your own code*/
5
6
ReactDOM.render(<App />, document.getElementById('root'))
0 commit comments