Stores now also export their selectors

This commit is contained in:
Philipp Stracker 2024-11-20 18:37:28 +01:00
parent 49d088b252
commit ce5c6a3676
No known key found for this signature in database
2 changed files with 2 additions and 6 deletions

View file

@ -21,6 +21,4 @@ export const initStore = () => {
register( store );
};
export { hooks };
export { STORE_NAME };
export { hooks, selectors, STORE_NAME };

View file

@ -21,6 +21,4 @@ export const initStore = () => {
register( store );
};
export { hooks };
export { STORE_NAME };
export { hooks, selectors, STORE_NAME };