Skip to content

Commit

Permalink
Fix merge conflict import paths
Browse files Browse the repository at this point in the history
  • Loading branch information
brophdawg11 committed Jun 24, 2024
1 parent ea6d5be commit c9e50ca
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/react-router/__tests__/router/lazy-discovery-test.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import type { AgnosticDataRouteObject, Router } from "../index";
import { createMemoryHistory, createRouter } from "../index";
import { ErrorResponseImpl } from "../utils";
import type { AgnosticDataRouteObject, Router } from "../../lib/router/index";
import { createMemoryHistory, createRouter } from "../../lib/router/index";
import { ErrorResponseImpl } from "../../lib/router/utils";
import { createDeferred, createFormData, tick } from "./utils/utils";

let router: Router;
Expand Down

0 comments on commit c9e50ca

Please sign in to comment.