mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-06 16:24:33 +08:00
♻️ Introduce new STORE_KEY const
This commit is contained in:
parent
4dd31965ea
commit
cf3798f610
3 changed files with 19 additions and 6 deletions
|
@ -1,6 +1,7 @@
|
|||
import { STORE_KEY } from './constants';
|
||||
import reducer from './reducer';
|
||||
import * as selectors from './selectors';
|
||||
import * as actions from './actions';
|
||||
import * as resolvers from './resolvers';
|
||||
|
||||
export { reducer, selectors, actions, resolvers };
|
||||
export { reducer, selectors, actions, resolvers, STORE_KEY };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue