UNPKG

@storybook/sveltekit

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