import { combineReducers } from 'redux' import stopPoints from './stopPoints' const stopPointsApp = combineReducers({ stopPoints }) export default stopPointsApp