removes demo
This commit is contained in:
parent
b65ff1ffdb
commit
08e088e707
1 changed files with 2 additions and 7 deletions
|
|
@ -1,5 +1,5 @@
|
|||
<script module lang="ts">
|
||||
import { defineMeta, type Args } from '@storybook/addon-svelte-csf';
|
||||
import { defineMeta } from '@storybook/addon-svelte-csf';
|
||||
import Analytics from './Analytics.svelte';
|
||||
|
||||
const { Story } = defineMeta({
|
||||
|
|
@ -8,15 +8,10 @@
|
|||
});
|
||||
</script>
|
||||
|
||||
{#snippet template(args: Args<typeof Story>)}
|
||||
<Analytics {...args} />
|
||||
<div>Nothing to see here</div>
|
||||
{/snippet}
|
||||
|
||||
<Story
|
||||
name="Demo"
|
||||
tags={['!autodocs', '!dev']}
|
||||
args={{
|
||||
authors: [{ name: 'Jane Doe' }, { name: 'John Doe' }],
|
||||
}}
|
||||
children={template}
|
||||
/>
|
||||
|
|
|
|||
Loading…
Reference in a new issue