diff --git a/src/app/features/preprints/pages/preprint-provider-overview/preprint-provider-overview.component.ts b/src/app/features/preprints/pages/preprint-provider-overview/preprint-provider-overview.component.ts index 44c5b0fdd..b4eeaf898 100644 --- a/src/app/features/preprints/pages/preprint-provider-overview/preprint-provider-overview.component.ts +++ b/src/app/features/preprints/pages/preprint-provider-overview/preprint-provider-overview.component.ts @@ -15,7 +15,7 @@ import { GetPreprintProviderById, PreprintsSelectors, } from '@osf/features/preprints/store'; -import { HeaderStyleHelper } from '@shared/services'; +import { HeaderStyleHelper } from '@shared/utils'; @Component({ selector: 'osf-provider-overview',