import { type Meta, type StoryObj } from '@storybook/react' import { BrandMomentPositiveOutro } from '../index' const meta = { title: 'Components/Illustrations/Scene', component: BrandMomentPositiveOutro, } satisfies Meta export default meta type Story = StoryObj export const Playground: Story = { parameters: { docs: { canvas: { sourceState: 'shown', }, }, }, }