11 lines
226 B
JavaScript
Raw Normal View History

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