web: Components: Fixed unused imports at PasswordInput story.

This commit is contained in:
Ilya Oleshko 2019-09-09 17:35:41 +03:00
parent cc869679ff
commit ead1366e44

View File

@ -1,6 +1,5 @@
import React from 'react';
import { storiesOf } from '@storybook/react';
import { action } from '@storybook/addon-actions';
import { StringValue } from 'react-values';
import { withKnobs, boolean } from '@storybook/addon-knobs/react';
import withReadme from 'storybook-readme/with-readme';