Skip to content

Commit afaa1bc

Browse files
committed
remove unused imports
1 parent 054edbf commit afaa1bc

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

src/components/header/components/notificationsDropdown/PaymentNotificationsOverlay/PaymentNotificationsOverlay.tsx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
11
import React, { useCallback } from 'react';
22
import { useTranslation } from 'react-i18next';
33
import { Link } from 'react-router-dom';
4-
import { BaseNotification } from '@app/components/common/BaseNotification/BaseNotification';
54
import { BaseButton } from '@app/components/common/BaseButton/BaseButton';
6-
import { capitalize } from '@app/utils/utils';
7-
import { BaseSpace } from '@app/components/common/BaseSpace/BaseSpace';
85
import { BaseRow } from '@app/components/common/BaseRow/BaseRow';
96
import { BaseCol } from '@app/components/common/BaseCol/BaseCol';
107
import { PaymentNotification } from '@app/api/paymentNotifications.api';

0 commit comments

Comments
 (0)