summaryrefslogtreecommitdiff
path: root/src/services/transfers/TransfersUpload.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/services/transfers/TransfersUpload.tsx')
-rw-r--r--src/services/transfers/TransfersUpload.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/services/transfers/TransfersUpload.tsx b/src/services/transfers/TransfersUpload.tsx
index aefc72c..c14a5c1 100644
--- a/src/services/transfers/TransfersUpload.tsx
+++ b/src/services/transfers/TransfersUpload.tsx
@@ -3,7 +3,7 @@ import { useHistory } from 'react-router-dom';
import { Form, Formik } from 'formik';
import Input from '../../components/Input';
import Page from '../../containers/Page';
-import { Action } from '../../containers/Service/ServiceContext';
+import { Action } from '../../lib/ServiceContext';
import { post } from '../../requests';
const TransfersUpload: React.FC = () => {