diff options
Diffstat (limited to 'src/services/waybills/index.ts')
-rw-r--r-- | src/services/waybills/index.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/services/waybills/index.ts b/src/services/waybills/index.ts index 4e50f54..8cd6c0c 100644 --- a/src/services/waybills/index.ts +++ b/src/services/waybills/index.ts @@ -1,7 +1,7 @@ import Form from './WaybillForm'; import Panel from './WaybillPanel'; import { transformOperation, transformStatus } from '../transforms'; -import { ServiceParams } from '../../containers/Service/ServiceContext'; +import { ServiceParams } from '../../lib/ServiceContext'; const service: ServiceParams = { route: 'waybills', |