Skip to content

Commit

Permalink
chore: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
wheresrhys committed Aug 15, 2024
1 parent 5fdaa5b commit 02b190e
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions packages/core/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
import fetchMock, {
FetchMockConfig,
FetchMock,
} from './FetchMock.js';
import fetchMock, { FetchMockConfig, FetchMock } from './FetchMock.js';
import { CallHistoryFilter, CallLog } from './CallHistory.js';
import { RouteMatcher, MatcherDefinition } from './Matchers.js';
import { UserRouteConfig, RouteResponse, RouteName } from './Route.js';
Expand Down

0 comments on commit 02b190e

Please sign in to comment.