♻️ Migrate SelectBlock to ControlSelect

This commit is contained in:
Philipp Stracker 2025-01-23 13:33:35 +01:00
parent 00b720088a
commit d24adbfe2f
No known key found for this signature in database
5 changed files with 57 additions and 57 deletions

View file

@ -3,3 +3,4 @@ export { default as ControlTextInput } from './ControlTextInput';
export { default as ControlToggleButton } from './ControlToggleButton';
export { default as ControlButton } from './ControlButton';
export { default as ControlRadioGroup } from './ControlRadioGroup';
export { default as ControlSelect } from './ControlSelect';