From 8e011b65f346386abe26afcce737dd59c5865988 Mon Sep 17 00:00:00 2001 From: eug-vs Date: Sun, 14 Mar 2021 12:08:32 +0300 Subject: feat: add Waybills --- src/index.tsx | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'src/index.tsx') diff --git a/src/index.tsx b/src/index.tsx index 1005a9d..e637e68 100644 --- a/src/index.tsx +++ b/src/index.tsx @@ -11,6 +11,14 @@ import Home from './containers/Home'; import Service from './containers/Service/Service'; import { ServiceProvider } from './containers/Service/ServiceContext'; import services from './services'; +import WaybillForm from './containers/WaybillForm'; +import ContractorForm from './containers/ContractorForm'; +import ProductForm from './containers/ProductForm'; + +services[0].Form = ProductForm; +services[1].Form = ContractorForm; +services[2].Form = WaybillForm; + const navigation = [ { name: 'Главная', route: '/' }, -- cgit v1.2.3