fix(docs): removed unused boolean import from storybook-plugin docs

ISSUES CLOSED: #2682
This commit is contained in:
katerina 2020-07-21 16:06:43 +03:00 committed by Victor Savkin
parent c71d4e8170
commit 940acafb37

View File

@ -94,7 +94,7 @@ Changing knobs in the url query parameters allows your Cypress tests to test dif
**\*.component.stories.ts file**
```ts
import { text, number, boolean } from '@storybook/addon-knobs';
import { text, number } from '@storybook/addon-knobs';
import { ButtonComponent } from './button.component';
export default {