Skip to content

Commit 03f4f29

Browse files
authored
Merge pull request #299 from storybookjs/cleanup-examples
Cleanup button example
2 parents 82d8f2b + 4d155e9 commit 03f4f29

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

examples/Button.stories.svelte

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
import { defineMeta, type Args, type StoryContext } from '@storybook/addon-svelte-csf';
33
import { fn } from '@storybook/test';
44
5-
import type { Snippet } from 'svelte';
65
import Button from './components/Button.svelte';
76
87
const onclickFn = fn().mockName('onclick');

0 commit comments

Comments
 (0)