Skip to content

Commit 1aee260

Browse files
committed
fix test
1 parent 2fa805b commit 1aee260

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/frontend/src/components/MkAbuseReport.stories.impl.ts idea/MkAbuseReport.stories.impl.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
import { action } from '@storybook/addon-actions';
88
import { StoryObj } from '@storybook/vue3';
99
import { HttpResponse, http } from 'msw';
10-
import { abuseUserReport } from '../../.storybook/fakes.js';
11-
import { commonHandlers } from '../../.storybook/mocks.js';
10+
import { abuseUserReport } from '../packages/frontend/.storybook/fakes.js';
11+
import { commonHandlers } from '../packages/frontend/.storybook/mocks.js';
1212
import MkAbuseReport from './MkAbuseReport.vue';
1313
export const Default = {
1414
render(args) {

0 commit comments

Comments
 (0)