mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-06 18:16:38 +08:00
✨ Stores now also export their selectors
This commit is contained in:
parent
49d088b252
commit
ce5c6a3676
2 changed files with 2 additions and 6 deletions
|
@ -21,6 +21,4 @@ export const initStore = () => {
|
||||||
register( store );
|
register( store );
|
||||||
};
|
};
|
||||||
|
|
||||||
export { hooks };
|
export { hooks, selectors, STORE_NAME };
|
||||||
|
|
||||||
export { STORE_NAME };
|
|
||||||
|
|
|
@ -21,6 +21,4 @@ export const initStore = () => {
|
||||||
register( store );
|
register( store );
|
||||||
};
|
};
|
||||||
|
|
||||||
export { hooks };
|
export { hooks, selectors, STORE_NAME };
|
||||||
|
|
||||||
export { STORE_NAME };
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue