mirror of
https://github.com/strapi/strapi.git
synced 2025-09-30 19:05:53 +00:00
10 lines
178 B
JavaScript
10 lines
178 B
JavaScript
![]() |
// import { createSelector } from 'reselect';
|
||
|
|
||
|
/**
|
||
|
* Direct selector to the list state domain
|
||
|
*/
|
||
|
|
||
|
// const selectGlobalDomain = () => state => state.get('global');
|
||
|
|
||
|
export {};
|