Skip to content

Commit 0120489

Browse files
committed
fix: correct import path for DEFAULT_CONFIG in MSW handlers
1 parent 4a9b020 commit 0120489

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/.storybook/fixtures/mswHandlers.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
* cd client && npx msw init public/ --save
99
*/
1010
import { http, HttpResponse } from 'msw';
11-
import { DEFAULT_CONFIG } from '../src/config/configSchema';
11+
import { DEFAULT_CONFIG } from '../../src/config/configSchema';
1212

1313
export const defaultMswHandlers = [
1414
http.get('/getconfig', () =>

0 commit comments

Comments
 (0)