summaryrefslogtreecommitdiff
path: root/src/services/waybills/WaybillPanel.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/services/waybills/WaybillPanel.tsx')
-rw-r--r--src/services/waybills/WaybillPanel.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/services/waybills/WaybillPanel.tsx b/src/services/waybills/WaybillPanel.tsx
index 101a871..1d1701d 100644
--- a/src/services/waybills/WaybillPanel.tsx
+++ b/src/services/waybills/WaybillPanel.tsx
@@ -2,7 +2,7 @@ import React from 'react';
import { useHistory } from 'react-router-dom';
import Button from '../../components/Button';
import { patch, baseURL } from '../../requests';
-import { PanelProps } from '../../containers/Service/ServiceContext';
+import { PanelProps } from '../../lib/ServiceContext';
const WaybillPanel: React.FC<PanelProps> = ({ item, mutate }) => {