diff --git a/apps/frontend/src/components/common/AlphabeticList.tsx b/apps/frontend/src/components/common/AlphabeticList.tsx index 702d13ed7..2b13455d4 100644 --- a/apps/frontend/src/components/common/AlphabeticList.tsx +++ b/apps/frontend/src/components/common/AlphabeticList.tsx @@ -1,8 +1,5 @@ -import { FlexGrid, FlexGridItem } from 'baseui/flex-grid' -import { LabelLarge } from 'baseui/typography' -import { theme } from '../../util' +import { BodyShort, Box, HGrid } from '@navikt/ds-react' import RouteLink from './RouteLink' -import { margin } from './Style' type TOpt = { id: string; label: string } @@ -29,35 +26,20 @@ const AlphabeticList = (props: IAlphabeticListProps) => {