feat(warehouse) add warehouse propover.

This commit is contained in:
elforjani13
2022-01-30 18:04:56 +02:00
parent e4af460c0d
commit 2aa26959e9
6 changed files with 198 additions and 1 deletions

View File

@@ -9,6 +9,7 @@ import NumericInputCell from './NumericInputCell';
import CheckBoxFieldCell from './CheckBoxFieldCell';
import SwitchFieldCell from './SwitchFieldCell';
import TextAreaCell from './TextAreaCell';
import RadioFieldCell from './RadioFieldCell';
export {
AccountsListFieldCell,
@@ -23,4 +24,5 @@ export {
CheckBoxFieldCell,
SwitchFieldCell,
TextAreaCell,
RadioFieldCell,
};