Skip to content

Commit 8ffb5a9

Browse files
committed
fix(ssd1306): story name, unused import
1 parent d0bd3cc commit 8ffb5a9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/ssd1306-element.stories.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
import { withKnobs, boolean } from '@storybook/addon-knobs';
1+
import { withKnobs } from '@storybook/addon-knobs';
22
import { storiesOf } from '@storybook/web-components';
33
import { html } from 'lit-html';
44
import './ssd1306-element';
55

6-
storiesOf('Ssd1306', module)
6+
storiesOf('SSD1306', module)
77
.addParameters({ component: 'wokwi-ssd1306-element' })
88
.addDecorator(withKnobs)
9-
.add('Default', () => html` <wokwi-ssd1306-element></wokwi-ssd1306-element> `);
9+
.add('Default', () => html`<wokwi-ssd1306-element></wokwi-ssd1306-element>`);

0 commit comments

Comments
 (0)