Skip to content

Commit

Permalink
Fix duplicate imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Cito committed Dec 18, 2024
1 parent dc01dce commit f12264a
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions src/mocks/handlers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,14 @@
*/

import { http, HttpResponse, RequestHandler } from 'msw';
import { handlers as authHandlers } from './auth';
import { responses, ResponseValue } from './responses';

/**
* Create response handlers for MSW
*
* This module takes a list of static responses for different endpoints and
* converts it into a list of response handlers that can be used to setup MSW.
*/

import { http, HttpResponse, RequestHandler } from 'msw';
import { handlers as authHandlers } from './auth';
import { responses, ResponseValue } from './responses';

/**
* List of handlers for REST endpoints
*/
Expand Down

0 comments on commit f12264a

Please sign in to comment.