mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-04 08:47:23 +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 = '❌';
|