From 49a44a5762a2863566267689002834ee88d06abb Mon Sep 17 00:00:00 2001 From: eug-vs Date: Tue, 16 Mar 2021 01:38:54 +0300 Subject: feat: add WaybillPanel --- src/index.tsx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/index.tsx') 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 = [ -- cgit v1.2.3