summaryrefslogtreecommitdiff
path: root/src/index.tsx
diff options
context:
space:
mode:
authoreug-vs <eug-vs@keemail.me>2021-03-16 01:38:54 +0300
committereug-vs <eug-vs@keemail.me>2021-03-16 01:38:54 +0300
commit49a44a5762a2863566267689002834ee88d06abb (patch)
treeb471b6ace58355f8d08e024e7546bf57057fe8fb /src/index.tsx
parent6a200e57d4a0be0532587b9648ff8d58f97e91e8 (diff)
downloadcommercel-ui-49a44a5762a2863566267689002834ee88d06abb.tar.gz
feat: add WaybillPanel
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 e637e68..68f3222 100644
--- a/src/index.tsx
+++ b/src/index.tsx
@@ -12,12 +12,14 @@ import Service from './containers/Service/Service';
import { ServiceProvider } from './containers/Service/ServiceContext';
import services from './services';
import WaybillForm from './containers/WaybillForm';
+import WaybillPanel from './containers/WaybillPanel';
import ContractorForm from './containers/ContractorForm';
import ProductForm from './containers/ProductForm';
services[0].Form = ProductForm;
services[1].Form = ContractorForm;
services[2].Form = WaybillForm;
+services[2].Panel = WaybillPanel;
const navigation = [