♻️ Extract UI configuration to separate files

This commit is contained in:
Philipp Stracker 2025-01-16 15:03:46 +01:00
parent 484356dcc0
commit c16e5e4c58
No known key found for this signature in database
8 changed files with 187 additions and 176 deletions

View file

@ -0,0 +1,10 @@
export { BUSINESS_TYPES, PRODUCT_TYPES } from './onboarding/configuration';
export {
STYLING_LOCATIONS,
STYLING_PAYMENT_METHODS,
STYLING_LABELS,
STYLING_COLORS,
STYLING_LAYOUTS,
STYLING_SHAPES,
} from './styling/configuration';