fix(docs): removed unused boolean import from storybook-plugin docs
ISSUES CLOSED: #2682
This commit is contained in:
parent
c71d4e8170
commit
940acafb37
@ -94,7 +94,7 @@ Changing knobs in the url query parameters allows your Cypress tests to test dif
|
|||||||
**\*.component.stories.ts file**
|
**\*.component.stories.ts file**
|
||||||
|
|
||||||
```ts
|
```ts
|
||||||
import { text, number, boolean } from '@storybook/addon-knobs';
|
import { text, number } from '@storybook/addon-knobs';
|
||||||
import { ButtonComponent } from './button.component';
|
import { ButtonComponent } from './button.component';
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user