feat(balance sheet): add branch multi select.

This commit is contained in:
elforjani13
2022-02-16 18:07:04 +02:00
parent 3b642540f1
commit e9933031ae
7 changed files with 40 additions and 25 deletions

View File

@@ -5,6 +5,7 @@ import {
Checkbox,
RadioGroup,
Select,
MultiSelect
} from 'blueprint-formik';
export {
@@ -14,4 +15,5 @@ export {
Checkbox as FCheckbox,
RadioGroup as FRadioGroup,
Select as FSelect,
MultiSelect as FMultiSelect
};