Skip to content

Commit 4d155e9

Browse files
committed
remove unused type
1 parent 82d8f2b commit 4d155e9

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)