diff --git a/frontend/src/component/project/Project/ProjectFeaturesArchive/ProjectFeaturesArchive.tsx b/frontend/src/component/project/Project/ProjectFeaturesArchive/ProjectFeaturesArchive.tsx index 4dff9aedcd..876281076b 100644 --- a/frontend/src/component/project/Project/ProjectFeaturesArchive/ProjectFeaturesArchive.tsx +++ b/frontend/src/component/project/Project/ProjectFeaturesArchive/ProjectFeaturesArchive.tsx @@ -1,5 +1,5 @@ -import { ProjectFeaturesArchiveTable } from '../../../archive/ProjectFeaturesArchiveTable'; -import { usePageTitle } from '../../../../hooks/usePageTitle'; +import { ProjectFeaturesArchiveTable } from 'component/archive/ProjectFeaturesArchiveTable'; +import { usePageTitle } from 'hooks/usePageTitle'; interface IProjectFeaturesArchiveProps { projectId: string;