mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-06 18:16:38 +08:00
7 lines
142 B
JavaScript
7 lines
142 B
JavaScript
|
import { STORE_NAME } from './constants';
|
||
|
import { initStore } from './store';
|
||
|
|
||
|
initStore();
|
||
|
|
||
|
export const WC_PAYPAL_STORE_NAME = STORE_NAME;
|