From 9530b01e8b11980df55e57bacf85022c67610604 Mon Sep 17 00:00:00 2001 From: andreas-unleash Date: Mon, 21 Aug 2023 15:21:27 +0300 Subject: [PATCH] Update ArchiveTable.tsx PR comment --- frontend/src/component/archive/ArchiveTable/ArchiveTable.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/component/archive/ArchiveTable/ArchiveTable.tsx b/frontend/src/component/archive/ArchiveTable/ArchiveTable.tsx index 06cb2ce144..3390682dbe 100644 --- a/frontend/src/component/archive/ArchiveTable/ArchiveTable.tsx +++ b/frontend/src/component/archive/ArchiveTable/ArchiveTable.tsx @@ -35,8 +35,8 @@ import { useConditionallyHiddenColumns } from 'hooks/useConditionallyHiddenColum import { RowSelectCell } from '../../project/Project/ProjectFeatureToggles/RowSelectCell/RowSelectCell'; import { BatchSelectionActionsBar } from '../../common/BatchSelectionActionsBar/BatchSelectionActionsBar'; import { ArchiveBatchActions } from './ArchiveBatchActions'; -import { FeatureEnvironmentSeenCell } from '../../common/Table/cells/FeatureSeenCell/FeatureEnvironmentSeenCell'; -import useUiConfig from '../../../hooks/api/getters/useUiConfig/useUiConfig'; +import { FeatureEnvironmentSeenCell } from 'component/common/Table/cells/FeatureSeenCell/FeatureEnvironmentSeenCell'; +import useUiConfig from 'hooks/api/getters/useUiConfig/useUiConfig'; export interface IFeaturesArchiveTableProps { archivedFeatures: FeatureSchema[];