stories/VariantSelector.stories.js (
7
lines of code) (
raw
):
import VariantSelector from "./VariantSelector.svelte"; export default { title: "App Variant Selector", }; export const Default = () => ({ Component: VariantSelector, });