Skip to content

Commit d1476a4

Browse files
Update packages/react-router/lib/router/utils.ts
Co-authored-by: Michaël De Boey <info@michaeldeboey.be>
1 parent 71c7778 commit d1476a4

File tree

1 file changed

+1
-1
lines changed
  • packages/react-router/lib/router

1 file changed

+1
-1
lines changed

packages/react-router/lib/router/utils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import type { ReactNode } from "react";
1+
import type { PropsWithChildren } from "react";
22
import type { Equal, Expect } from "../types/utils";
33
import type { Location, Path, To } from "./history";
44
import { invariant, parsePath, warning } from "./history";

0 commit comments

Comments
 (0)