import { Meta, StoryObj } from '@storybook/react' import MadeWithLove from './made-with-love.jsx' export const Default: StoryObj = {} const meta: Meta = { title: 'DesignSystem/Organisms/MadeWithLove', component: MadeWithLove, } export default meta