mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-08-30 05:00:51 +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';
|