partial: use theme only for switch customization

This commit is contained in:
Rafael Taranto 2025-04-22 09:38:01 +01:00
parent af21051989
commit 4bfb94182c
19 changed files with 75 additions and 106 deletions

View file

@ -3,7 +3,6 @@ import Checkbox from './base/Checkbox'
import CodeInput from './base/CodeInput'
import RadioGroup from './base/RadioGroup'
import Select from './base/Select'
import Switch from './base/Switch'
import TextInput from './base/TextInput'
import { CashIn, CashOut } from './cashbox/Cashbox'
@ -12,7 +11,6 @@ export {
TextInput,
Checkbox,
CodeInput,
Switch,
Select,
RadioGroup,
CashIn,