mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-02-26 08:03:56 -05:00
8 lines
123 B
JavaScript
8 lines
123 B
JavaScript
import { combineReducers } from 'redux';
|
|
|
|
import { reducer as app } from './';
|
|
|
|
export default combineReducers({
|
|
app
|
|
});
|