import { Meta, Story } from '@storybook/vue3'; import MkMediaImage from './MkMediaImage.vue'; const meta = { title: 'components/MkMediaImage', component: MkMediaImage, }; export const Default = { components: { MkMediaImage, }, template: '', }; export default meta;