Skip to content
This repository was archived by the owner on Feb 23, 2021. It is now read-only.

Commit 9e71621

Browse files
authored
Merge pull request #773 from lightninglabs/fix-password-card-storybook
Fix story for PasswordCard.
2 parents bb7b66a + 2fd30e3 commit 9e71621

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

stories/component/card-story.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ import { storiesOf } from '../storybook-react';
33
import { action } from '@storybook/addon-actions';
44
import Background from '../../src/component/background';
55
import MainContent from '../../src/component/main-content';
6-
import Card, { PasswordCard } from '../../src/component/card';
6+
import Card from '../../src/component/card';
7+
import { PasswordCard } from '../../src/component/password-entry';
78

89
storiesOf('Card', module)
910
.addDecorator(story => (

0 commit comments

Comments
 (0)