1
0
forked from mirror/misskey
mi.moris.day/packages/frontend/src/components/MkAbuseReportWindow.stories.ts
Acid Chicken (硫酸鶏) 1dfcca7b9c
build(#10336): init
2023-03-19 22:25:06 +09:00

14 lines
330 B
TypeScript

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