mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-06 12:25:15 +08:00
✨ Export global constants in main data-module
This commit is contained in:
parent
6a91d1ee99
commit
d933d8e6f4
1 changed files with 2 additions and 0 deletions
|
@ -6,4 +6,6 @@ Onboarding.initStore();
|
||||||
export const OnboardingHooks = Onboarding.hooks;
|
export const OnboardingHooks = Onboarding.hooks;
|
||||||
export const OnboardingStoreName = Onboarding.STORE_NAME;
|
export const OnboardingStoreName = Onboarding.STORE_NAME;
|
||||||
|
|
||||||
|
export * from './constants';
|
||||||
|
|
||||||
addDebugTools( window.ppcpSettings );
|
addDebugTools( window.ppcpSettings );
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue