2019-02-11 18:35:46 +01:00

11 lines
226 B
JavaScript

// import { createSelector } from 'reselect';
// import pluginId from 'pluginId';
/**
* Direct selector to the list state domain
*/
// const selectGlobalDomain = () => state => state.get(`${pluginId}-global`);
export {};