Skip to content

Commit

Permalink
fiks import
Browse files Browse the repository at this point in the history
  • Loading branch information
kenglxn committed Dec 15, 2023
1 parent ffa883d commit 3ab0d57
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/bedriftsmeny/velger/JuridiskEnhet.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import React, {ForwardedRef, forwardRef, useState} from 'react';
import {Office1, Success} from '@navikt/ds-icons';
import {Accordion, BodyShort, Button} from '@navikt/ds-react';
import {JuridiskEnhetMedUnderEnheterArray, Organisasjon} from '../organisasjon';
import {a11yOrgnr} from "@/bedriftsmeny/velger/utils";
import {a11yOrgnr} from "./utils";

type Props = {
juridiskEnhet: JuridiskEnhetMedUnderEnheterArray;
Expand Down
2 changes: 1 addition & 1 deletion src/bedriftsmeny/velger/Virksomhetsvelger.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import {VirksomhetsvelgerContext} from './VirksomhetsvelgerProvider';
import JuridiskEnhet from './JuridiskEnhet';
import Dropdown from "./Dropdown";
import FocusTrap from 'focus-trap-react';
import {a11yOrgnr} from "@/bedriftsmeny/velger/utils";
import {a11yOrgnr} from "./utils";

const Velger = ({friKomponent} : {friKomponent: boolean} ) => {
const buttonRef = useRef<HTMLButtonElement>(null);
Expand Down

0 comments on commit 3ab0d57

Please sign in to comment.