Skip to content

Commit b470438

Browse files
committed
refactor: remove unused dummy handler code
1 parent c0df946 commit b470438

File tree

2 files changed

+0
-7
lines changed

2 files changed

+0
-7
lines changed

packages/msw-dev-tool/src/const/handler.ts

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/msw-dev-tool/src/lib/util.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,7 @@ import {
77
HttpStatusCode,
88
StorageData,
99
} from "./type";
10-
import { dummyHandler } from "../const/handler";
1110
import { SetupWorker } from "msw/lib/browser";
12-
import { RowSelectionState } from "@tanstack/react-table";
1311
import { AsyncResponseResolverReturnType, delay, HttpResponse, passthrough } from "msw";
1412
import { STORAGE_KEY } from "./const";
1513

0 commit comments

Comments
 (0)