summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsyuilo <4439005+syuilo@users.noreply.github.com>2024-10-04 12:23:24 +0900
committersyuilo <4439005+syuilo@users.noreply.github.com>2024-10-04 12:23:24 +0900
commit1aee26039855b087fe7e65d756d422b100b415db (patch)
tree48f1ff9cb559f5452df473f6c0f8329d6ad8e369
parent:art: (diff)
downloadsharkey-1aee26039855b087fe7e65d756d422b100b415db.tar.gz
sharkey-1aee26039855b087fe7e65d756d422b100b415db.tar.bz2
sharkey-1aee26039855b087fe7e65d756d422b100b415db.zip
fix test
-rw-r--r--idea/MkAbuseReport.stories.impl.ts (renamed from packages/frontend/src/components/MkAbuseReport.stories.impl.ts)4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/frontend/src/components/MkAbuseReport.stories.impl.ts b/idea/MkAbuseReport.stories.impl.ts
index cf09c96fd4..717bceb23d 100644
--- a/packages/frontend/src/components/MkAbuseReport.stories.impl.ts
+++ b/idea/MkAbuseReport.stories.impl.ts
@@ -7,8 +7,8 @@
import { action } from '@storybook/addon-actions';
import { StoryObj } from '@storybook/vue3';
import { HttpResponse, http } from 'msw';
-import { abuseUserReport } from '../../.storybook/fakes.js';
-import { commonHandlers } from '../../.storybook/mocks.js';
+import { abuseUserReport } from '../packages/frontend/.storybook/fakes.js';
+import { commonHandlers } from '../packages/frontend/.storybook/mocks.js';
import MkAbuseReport from './MkAbuseReport.vue';
export const Default = {
render(args) {