Skip to content

Commit f3b45ad

Browse files
committed
react-native(KeyValueRow): fix stories to use named export after default removal
1 parent 4dc167b commit f3b45ad

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

packages/design-system-react-native/src/components/KeyValueRow/KeyValueRow.stories.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ import { Button, ButtonVariant } from '../Button';
55
import { IconColor, IconName, IconSize } from '../Icon';
66
import { Text, TextColor, TextVariant } from '../Text';
77

8-
import KeyValueRowComponent, {
8+
import {
9+
KeyValueRow as KeyValueRowComponent,
910
KeyValueRowFieldIconSides,
1011
TooltipSizes,
1112
} from '.';

0 commit comments

Comments
 (0)