summaryrefslogtreecommitdiff
path: root/src/index.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/index.tsx')
-rw-r--r--src/index.tsx2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/index.tsx b/src/index.tsx
index 68f3222..af5ca5a 100644
--- a/src/index.tsx
+++ b/src/index.tsx
@@ -15,11 +15,13 @@ import WaybillForm from './containers/WaybillForm';
import WaybillPanel from './containers/WaybillPanel';
import ContractorForm from './containers/ContractorForm';
import ProductForm from './containers/ProductForm';
+import TransferForm from './containers/TransferForm';
services[0].Form = ProductForm;
services[1].Form = ContractorForm;
services[2].Form = WaybillForm;
services[2].Panel = WaybillPanel;
+services[3].Form = TransferForm;
const navigation = [