We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a9b020 commit 0120489Copy full SHA for 0120489
client/.storybook/fixtures/mswHandlers.js
@@ -8,7 +8,7 @@
8
* cd client && npx msw init public/ --save
9
*/
10
import { http, HttpResponse } from 'msw';
11
-import { DEFAULT_CONFIG } from '../src/config/configSchema';
+import { DEFAULT_CONFIG } from '../../src/config/configSchema';
12
13
export const defaultMswHandlers = [
14
http.get('/getconfig', () =>
0 commit comments