🚚 Move AccordionSettingsBlock up one level

This commit is contained in:
Philipp Stracker 2025-01-22 17:20:15 +01:00
parent cc6b62ce7f
commit 837656eaf6
No known key found for this signature in database
6 changed files with 25 additions and 25 deletions

View file

@ -1,6 +1,5 @@
export { default as ButtonSettingsBlock } from './ButtonSettingsBlock';
export { default as SelectSettingsBlock } from './SelectSettingsBlock';
export { default as AccordionSettingsBlock } from './AccordionSettingsBlock';
export { default as RadioSettingsBlock } from './RadioSettingsBlock';
export { default as PaymentMethodsBlock } from './PaymentMethodsBlock';
export { default as PaymentMethodItemBlock } from './PaymentMethodItemBlock';