Skip to content

Commit 424bf59

Browse files
committed
fikset import
1 parent fe5d800 commit 424bf59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/nextjs/src/components/_common/headers/headerWithParent/HeaderWithParent.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { BodyShort, Heading } from '@navikt/ds-react';
22
import { ProductDataMixin } from 'types/component-props/_mixins';
33
import { ContentProps } from 'types/content-props/_content-common';
44
import { classNames } from 'utils/classnames';
5-
import style from './headerWithParent.module.scss';
5+
import style from './HeaderWithParent.module.scss';
66

77
type Props = {
88
contentProps: Pick<ContentProps, 'data'> & {

0 commit comments

Comments
 (0)