Skip to content

Commit

Permalink
fix(app-components): fix input import for storybook
Browse files Browse the repository at this point in the history
  • Loading branch information
rams23 committed Jan 26, 2021
1 parent 303c78f commit c5b7d26
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import IconButton from '../IconButton';
import ErrorMessage from '../ErrorMessage';
import Typography from '../Typography';
import { IconDiv, InputContainer } from './PasswordInput.styled';
import { Input } from '@pipeline/components';
import Input from '../Input';

type Props = {
name: string;
Expand Down

0 comments on commit c5b7d26

Please sign in to comment.