summaryrefslogtreecommitdiff
path: root/src/containers/WaybillPanel.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/containers/WaybillPanel.tsx')
-rw-r--r--src/containers/WaybillPanel.tsx3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/containers/WaybillPanel.tsx b/src/containers/WaybillPanel.tsx
index d74ef1e..b90447e 100644
--- a/src/containers/WaybillPanel.tsx
+++ b/src/containers/WaybillPanel.tsx
@@ -1,8 +1,7 @@
import React from 'react';
import { useHistory } from 'react-router-dom';
-import Input from '../components/Input';
import Button from '../components/Button';
-import { patch, get, baseURL } from '../requests';
+import { patch, baseURL } from '../requests';
import { PanelProps } from './Service/ServiceContext';