Skip to content

Commit

Permalink
Revert "Fix lint issue"
Browse files Browse the repository at this point in the history
This reverts commit 496788e.
  • Loading branch information
brophdawg11 committed Mar 11, 2024
1 parent 496788e commit a68dbaa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/router/__tests__/data-strategy-test.ts
@@ -1,6 +1,6 @@
import type { DataStrategyFunction, DataStrategyMatch } from "../utils";
import { json } from "../utils";
import { createDeferred, setup } from "./utils/data-router-setup";
import { cleanup, createDeferred, setup } from "./utils/data-router-setup";
import { createFormData, tick } from "./utils/utils";

describe("router dataStrategy", () => {
Expand Down
3 changes: 1 addition & 2 deletions packages/router/__tests__/should-revalidate-test.ts
@@ -1,6 +1,5 @@
import { createMemoryHistory, createRouter, redirect } from "../index";
import type { ShouldRevalidateFunctionArgs } from "../utils";
import { ErrorResponseImpl } from "../utils";
import { ErrorResponseImpl, type ShouldRevalidateFunctionArgs } from "../utils";
import { urlMatch } from "./utils/custom-matchers";
import { cleanup } from "./utils/data-router-setup";
import { createFormData, tick } from "./utils/utils";
Expand Down

0 comments on commit a68dbaa

Please sign in to comment.