mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-05 08:59:14 +08:00
7 lines
178 B
JavaScript
7 lines
178 B
JavaScript
import { STORE_NAME } from './constants';
|
|
import { initStore } from './store';
|
|
|
|
initStore();
|
|
|
|
export const WC_PAYPAL_STORE_NAME = STORE_NAME;
|
|
export * from './onboarding/hooks';
|