summaryrefslogtreecommitdiff
path: root/packages/frontend/src/components/MkInviteCode.stories.impl.ts
diff options
context:
space:
mode:
authorzyoshoka <107108195+zyoshoka@users.noreply.github.com>2023-12-24 16:16:58 +0900
committerGitHub <noreply@github.com>2023-12-24 16:16:58 +0900
commit0009aa332bec1bb52ee5600d528419c0455576d2 (patch)
tree0593784418d352fa60adbb323252170fdbbeb877 /packages/frontend/src/components/MkInviteCode.stories.impl.ts
parentUpdate CHANGELOG.md (diff)
downloadsharkey-0009aa332bec1bb52ee5600d528419c0455576d2.tar.gz
sharkey-0009aa332bec1bb52ee5600d528419c0455576d2.tar.bz2
sharkey-0009aa332bec1bb52ee5600d528419c0455576d2.zip
refactor(frontend): import宣言周りのエラーを修正 (#12773)
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 = {