From b0b70ee821e5303d2fcdf7ec147b840dc35d1b7a Mon Sep 17 00:00:00 2001 From: Sampo Tawast Date: Thu, 12 Sep 2024 10:12:45 +0300 Subject: [PATCH] fix: remove unnecessary import --- .../src/components/applicationsArchive/useApplicationsArchive.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/frontend/benefit/handler/src/components/applicationsArchive/useApplicationsArchive.ts b/frontend/benefit/handler/src/components/applicationsArchive/useApplicationsArchive.ts index b91c09387d..3bbd7ccf0c 100644 --- a/frontend/benefit/handler/src/components/applicationsArchive/useApplicationsArchive.ts +++ b/frontend/benefit/handler/src/components/applicationsArchive/useApplicationsArchive.ts @@ -6,7 +6,6 @@ import { ApplicationListItemData, } from 'benefit-shared/types/application'; import { TFunction, useTranslation } from 'next-i18next'; -import { useEffect } from 'react'; import { getFullNameListing } from 'shared/utils/application.utils'; import { convertToUIDateFormat } from 'shared/utils/date.utils';