Skip to content

Commit

Permalink
remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Maciej Szewczyk committed Oct 7, 2024
1 parent 5269636 commit 25ec3f2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,7 @@ import { useState } from 'react';
import { useMutation } from '@tanstack/react-query';
import { usePermissions } from '@hooks/usePermissions';
import { useTranslation } from 'react-i18next';
import {
PaymentPlanQuery,
PaymentPlanStatus,
usePaymentPlanLazyQuery,
} from '@generated/graphql';
import { PaymentPlanQuery, PaymentPlanStatus } from '@generated/graphql';
import { DropzoneField } from '@components/core/DropzoneField';
import { DialogTitleWrapper } from '@containers/dialogs/DialogTitleWrapper';
import {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
import {
fetchSupportingDocument,
uploadSupportingDocument,
} from '@api/paymentModuleApi';
import { fetchSupportingDocument } from '@api/paymentModuleApi';
import { useMutation } from '@tanstack/react-query';
import { t } from 'i18next';
import { title } from 'process';

export const useDownloadSupportingDocument = () => {
return useMutation({
Expand Down

0 comments on commit 25ec3f2

Please sign in to comment.