mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-05 08:59:14 +08:00
✨ Register the common store
This commit is contained in:
parent
ce5c6a3676
commit
e181892a34
1 changed files with 6 additions and 1 deletions
|
@ -1,10 +1,15 @@
|
|||
import * as Onboarding from './onboarding';
|
||||
import { addDebugTools } from './debug';
|
||||
import * as Onboarding from './onboarding';
|
||||
import * as Common from './common';
|
||||
|
||||
Onboarding.initStore();
|
||||
Common.initStore();
|
||||
|
||||
export const OnboardingHooks = Onboarding.hooks;
|
||||
export const CommonHooks = Common.hooks;
|
||||
|
||||
export const OnboardingStoreName = Onboarding.STORE_NAME;
|
||||
export const CommonStoreName = Common.STORE_NAME;
|
||||
|
||||
export * from './constants';
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue