Skip to content

Commit

Permalink
removed unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
johatr committed Aug 22, 2023
1 parent 37087f0 commit 230a63e
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import * as ReactDOM from 'react-dom';
import { initAmplitude } from './amplitude/amplitude';
import { ER_INTERN_FLATE, USE_MOCK } from './constant';
import DemoBanner from './mocks/demo/DemoBanner';
import {mockfnr} from "./mocks/utils";

setDefaultOptions({ locale: nn });

Expand Down
2 changes: 1 addition & 1 deletion src/moduler/aktivitet/visning/endre-linje/EndreLinje.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ interface Props {
}

const EndreLinje = (props: Props) => {
const { tittel, content, subtittel, open, onClick, icon } = props;
const { tittel, content, subtittel, open, onClick } = props;

return (
<>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import { ClockDashedIcon } from '@navikt/aksel-icons';
import { Accordion } from '@navikt/ds-react';
import React from 'react';

Expand Down

0 comments on commit 230a63e

Please sign in to comment.