removes demo

This commit is contained in:
MinamiFunakoshiTR 2025-03-13 13:57:49 -07:00
parent b65ff1ffdb
commit 08e088e707
Failed to extract signature

View file

@ -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}
/>