mirror of
https://gh.wpcy.net/https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2026-05-05 09:56:51 +08:00
6 lines
247 B
JavaScript
6 lines
247 B
JavaScript
export { default as PPIcon } from './GenericIcon';
|
|
export { default as OpenSignup } from './OpenSignup';
|
|
export { default as LogoPayPal } from './LogoPayPal';
|
|
|
|
export const NOTIFICATION_SUCCESS = '✔️';
|
|
export const NOTIFICATION_ERROR = '❌';
|