Update to React 15.5

This commit is contained in:
MICHAEL JACKSON
2017-04-14 21:01:23 -07:00
parent b4dd3f3011
commit a3197e803a
7 changed files with 55 additions and 22 deletions

View File

@ -1,9 +1,9 @@
import React from 'react';
import ReactDOM from 'react-dom';
import App from './App';
import './index.css';
import React from 'react'
import ReactDOM from 'react-dom'
import App from './App'
import './index.css'
ReactDOM.render(
<App />,
document.getElementById('root')
);
)