Lint the reducer index
This commit is contained in:
parent
d144d0a982
commit
50ae9c7a25
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user