UNPKG

@storybook/sveltekit

Version:
12 lines (8 loc) 226 B
import { expect, fn, within } from '@storybook/test'; import Paths from './Paths.svelte'; export default { title: 'stories/sveltekit/modules/paths', component: Paths, tags: ['autodocs'], }; export const Default = {};