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