diff --git a/src/public/js/reducers/index.js b/src/public/js/reducers/index.js index e7cf20d..8896c3e 100644 --- a/src/public/js/reducers/index.js +++ b/src/public/js/reducers/index.js @@ -1,12 +1,12 @@ -import { combineReducers } from 'redux'; -import { routerReducer } from 'react-router-redux' +import { combineReducers } from "redux"; +import { routerReducer } from "react-router-redux" -import movieStore from './movies' -import showsStore from './shows' -import showStore from './show' -import userStore from './users' -import alerts from './alerts' -import torrentStore from './torrents' +import movieStore from "./movies" +import showsStore from "./shows" +import showStore from "./show" +import userStore from "./users" +import alerts from "./alerts" +import torrentStore from "./torrents" const rootReducer = combineReducers({ routing: routerReducer,