diff options
Diffstat (limited to 'src/index.tsx')
-rw-r--r-- | src/index.tsx | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/src/index.tsx b/src/index.tsx index ffc7ae4..1005a9d 100644 --- a/src/index.tsx +++ b/src/index.tsx @@ -11,22 +11,6 @@ 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 WaybillPanel from './containers/WaybillPanel'; -import ContractorForm from './containers/ContractorForm'; -import ContractorPanel from './containers/ContractorPanel'; -import ProductForm from './containers/ProductForm'; -import TransferForm from './containers/TransferForm'; -import TransfersUpload from './containers/TransfersUpload'; - -services[0].Form = ProductForm; -services[1].Form = ContractorForm; -services[1].Panel = ContractorPanel; -services[2].Form = WaybillForm; -services[2].Panel = WaybillPanel; -services[3].Form = TransferForm; -services[3].routes = { upload: TransfersUpload }; - const navigation = [ { name: 'Главная', route: '/' }, |