mirror of
https://github.com/strapi/strapi.git
synced 2025-11-08 22:32:02 +00:00
11 lines
226 B
JavaScript
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 {};
|