UNPKG

@storybook/sveltekit

Version:

Storybook for SvelteKit: Develop, document, and test UI components in isolation

9 lines (6 loc) 160 B
import Paths from './Paths.svelte'; export default { title: 'stories/frameworks/sveltekit/modules/paths', component: Paths, }; export const Default = {};