mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-06 18:16:38 +08:00
♻️ Extract UI configuration to separate files
This commit is contained in:
parent
484356dcc0
commit
c16e5e4c58
8 changed files with 187 additions and 176 deletions
|
@ -15,6 +15,6 @@ export const OnboardingStoreName = Onboarding.STORE_NAME;
|
|||
export const CommonStoreName = Common.STORE_NAME;
|
||||
export const StylingStoreName = Styling.STORE_NAME;
|
||||
|
||||
export * from './constants';
|
||||
export * from './configuration';
|
||||
|
||||
addDebugTools( window.ppcpSettings, [ Onboarding, Common, Styling ] );
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue