summaryrefslogtreecommitdiff
path: root/packages/frontend/src/components/MkInviteCode.stories.impl.ts
diff options
context:
space:
mode:
authorsyuilo <Syuilotan@yahoo.co.jp>2023-12-27 21:28:38 +0900
committerGitHub <noreply@github.com>2023-12-27 21:28:38 +0900
commit53898c50066366b23c507775c655599587a91673 (patch)
tree537c9ef74f189bf9984ef3f0c3da4eded1a4aec9 /packages/frontend/src/components/MkInviteCode.stories.impl.ts
parentMerge pull request #12564 from misskey-dev/develop (diff)
parent2023.12.1 (diff)
downloadsharkey-53898c50066366b23c507775c655599587a91673.tar.gz
sharkey-53898c50066366b23c507775c655599587a91673.tar.bz2
sharkey-53898c50066366b23c507775c655599587a91673.zip
Merge pull request #12771 from misskey-dev/develop
Release: 2023.12.1
Diffstat (limited to 'packages/frontend/src/components/MkInviteCode.stories.impl.ts')
-rw-r--r--packages/frontend/src/components/MkInviteCode.stories.impl.ts4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/frontend/src/components/MkInviteCode.stories.impl.ts b/packages/frontend/src/components/MkInviteCode.stories.impl.ts
index 0127ce061b..2ea32dd3b6 100644
--- a/packages/frontend/src/components/MkInviteCode.stories.impl.ts
+++ b/packages/frontend/src/components/MkInviteCode.stories.impl.ts
@@ -6,8 +6,8 @@
/* eslint-disable @typescript-eslint/explicit-function-return-type */
import { StoryObj } from '@storybook/vue3';
import { rest } from 'msw';
-import { userDetailed, inviteCode } from '../../.storybook/fakes';
-import { commonHandlers } from '../../.storybook/mocks';
+import { userDetailed, inviteCode } from '../../.storybook/fakes.js';
+import { commonHandlers } from '../../.storybook/mocks.js';
import MkInviteCode from './MkInviteCode.vue';
export const Default = {