Skip to content

Commit 0c917ab

Browse files
authored
fix(import): Update HeaderStyleHelper import path to utils (#103)
1 parent 2e91751 commit 0c917ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/features/preprints/pages/preprint-provider-overview/preprint-provider-overview.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ import {
1515
GetPreprintProviderById,
1616
PreprintsSelectors,
1717
} from '@osf/features/preprints/store';
18-
import { HeaderStyleHelper } from '@shared/services';
18+
import { HeaderStyleHelper } from '@shared/utils';
1919

2020
@Component({
2121
selector: 'osf-provider-overview',

0 commit comments

Comments
 (0)