Merge pull request #351 from billfienberg/patch-1

Add import for React and ReactDOM
This commit is contained in:
Danielle Man
2019-03-19 23:40:07 -07:00
committed by GitHub

View File

@@ -131,6 +131,8 @@ Open `src/index.js` and add the following lines of code:
_src/index.js_
```js lines=1,4,6
import React from 'react';
import ReactDOM from 'react-dom';
import { ApolloProvider } from 'react-apollo';
ReactDOM.render(