10 lines
178 B
JavaScript
Raw Normal View History

2017-06-08 17:16:20 +01:00
// import { createSelector } from 'reselect';
/**
* Direct selector to the list state domain
*/
// const selectGlobalDomain = () => state => state.get('global');
export {};