File tree 2 files changed +2
-4
lines changed
components/SøknadsSteg/Kvittering
2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ import { RessursStatus } from '@navikt/familie-typer';
7
7
8
8
import { useApp } from '../../../context/AppContext' ;
9
9
import { useSteg } from '../../../context/StegContext' ;
10
- import useUxSignals from '../../../hooks/useUxSignals' ;
10
+ import { useUxSignals } from '../../../hooks/useUxSignals' ;
11
11
import { Dokumentasjonsbehov } from '../../../typer/kontrakt/dokumentasjon' ;
12
12
import { RouteEnum } from '../../../typer/routes' ;
13
13
import { Typografi } from '../../../typer/sanity/sanity' ;
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ import { useEffect } from 'react';
2
2
3
3
import { getCurrentConsent } from '@navikt/nav-dekoratoren-moduler' ;
4
4
5
- const useUxSignals = ( ready : boolean ) => {
5
+ export const useUxSignals = ( ready : boolean ) => {
6
6
const consent = getCurrentConsent ( ) ;
7
7
8
8
useEffect ( ( ) => {
@@ -22,5 +22,3 @@ const useUxSignals = (ready: boolean) => {
22
22
} ;
23
23
} , [ ready ] ) ;
24
24
} ;
25
-
26
- export default useUxSignals ;
You can’t perform that action at this time.
0 commit comments