mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-06 18:16:38 +08:00
5 lines
196 B
JavaScript
5 lines
196 B
JavaScript
export { default as OpenSignup } from './OpenSignup';
|
|
export { default as LogoPayPal } from './LogoPayPal';
|
|
|
|
export const NOTIFICATION_SUCCESS = '✔️';
|
|
export const NOTIFICATION_ERROR = '❌';
|