Skip to content

Commit 893bd34

Browse files
committed
fix(ffe-lists-react): Fix import
1 parent d214aea commit 893bd34

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/ffe-lists-react/src/DetailListCard.tsx

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
import React from 'react';
22
import classNames from 'classnames';
3-
import { BackgroundColor } from '../../ffe-cards-react/src/types';
3+
4+
export type BackgroundColor = 'primary' | 'secondary' | 'tertiary';
45

56
export interface DetailListCardProps
67
extends React.ComponentPropsWithoutRef<'dl'> {

0 commit comments

Comments
 (0)