Update formatting for importing functions

This commit is contained in:
John Furrow
2015-11-21 14:32:17 -08:00
parent ca653c21d8
commit 2dd79a3358
12 changed files with 24 additions and 24 deletions

View File

@@ -1,5 +1,5 @@
import { createStore, applyMiddleware } from 'redux';
import { Provider } from 'react-redux';
import {createStore, applyMiddleware} from 'redux';
import {Provider} from 'react-redux';
import React from 'react';
import ReactDOM from 'react-dom';
import thunkMiddleware from 'redux-thunk';