Skip to content

Commit 2bc115c

Browse files
authored
Merge pull request #1 from learninglab-dev/tutorialedits_sophie
Tutorialedits sophie
2 parents 5a00673 + 471a9f7 commit 2bc115c

File tree

2 files changed

+46
-37
lines changed

2 files changed

+46
-37
lines changed

src/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import React from 'react'
22
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*/
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*/
55

66
ReactDOM.render(<App />, document.getElementById('root'))

0 commit comments

Comments
 (0)