Revert "feat(warehouse) add warehouse propover."

This reverts commit 2aa26959e9.
This commit is contained in:
elforjani13
2022-02-06 09:58:38 +02:00
parent 39d0e9c198
commit a368e5572b
6 changed files with 1 additions and 198 deletions

View File

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