reorder imports

This commit is contained in:
stephen grider 2015-11-25 15:15:49 -08:00
parent 3f0e441d49
commit dd358d4e3b
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
import React from 'react';
import { Provider } from 'react-redux';
import ReactDOM from 'react-dom';
import { Provider } from 'react-redux';
import { createStore } from 'redux';
import App from './components/app';