Feat: cash cassette graph next to input field

This commit is contained in:
csrapr 2021-02-18 14:38:37 +00:00 committed by Josh Harvey
parent 1ffbffd0be
commit 60894347d8
6 changed files with 90 additions and 34 deletions

View file

@ -1,4 +1,5 @@
import Autocomplete from './Autocomplete'
import CashCassetteInput from './CashCassetteInput'
import Checkbox from './Checkbox'
import NumberInput from './NumberInput'
import RadioGroup from './RadioGroup'
@ -11,5 +12,6 @@ export {
TextInput,
NumberInput,
SecretInput,
RadioGroup
RadioGroup,
CashCassetteInput
}