mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-05 08:59:14 +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
|
@ -0,0 +1,10 @@
|
|||
/**
|
||||
* Name of the module-store in the main Redux store.
|
||||
* Helps to isolate data.
|
||||
*
|
||||
* Used by: Reducer, Selector, Index
|
||||
*
|
||||
* @type {string}
|
||||
*/
|
||||
export const STORE_KEY = 'onboarding';
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue