Update packages/frontend/src/components/MkNote.stories.ts
Co-authored-by: かっこかり <67428053+kakkokari-gtyih@users.noreply.github.com>
This commit is contained in:
parent
cfbb93f86f
commit
b38a099444
|
@ -10,8 +10,6 @@ const meta = {
|
||||||
component: MkNote,
|
component: MkNote,
|
||||||
} satisfies Meta<typeof MkNote>;
|
} satisfies Meta<typeof MkNote>;
|
||||||
export default meta;
|
export default meta;
|
||||||
|
|
||||||
|
|
||||||
import { StoryObj } from '@storybook/vue3';
|
import { StoryObj } from '@storybook/vue3';
|
||||||
import { HttpResponse, http } from 'msw';
|
import { HttpResponse, http } from 'msw';
|
||||||
import {
|
import {
|
||||||
|
|
Loading…
Reference in a new issue