🚚 Organize onboarding components

This commit is contained in:
Philipp Stracker 2025-01-10 13:30:06 +01:00
parent e7fa7784ec
commit 0fb039d8ce
No known key found for this signature in database
9 changed files with 30 additions and 30 deletions

View file

@ -1,5 +0,0 @@
export { default as openSignup } from './Icons/open-signup';
export { default as logoPayPal } from './Icons/logo-paypal';
export const NOTIFICATION_SUCCESS = '✔️';
export const NOTIFICATION_ERROR = '❌';

View file

@ -0,0 +1,5 @@
export { default as openSignup } from './open-signup';
export { default as logoPayPal } from './logo-paypal';
export const NOTIFICATION_SUCCESS = '✔️';
export const NOTIFICATION_ERROR = '❌';