8 lines
135 B
JavaScript
8 lines
135 B
JavaScript
import common from './src/reducers/common';
|
|
import collections from './src/reducers/collections';
|
|
|
|
export {
|
|
common,
|
|
collections
|
|
};
|