import type { Meta, StoryObj } from '@storybook/react' import { Plan } from './index' const meta: Meta = { component: Plan, title: 'organisms/Plan', args: { } } export default meta type Story = StoryObj export const PlanPrimary: Story = { }