Skip to content

Commit

Permalink
Bump remix to react-router-dom@6.4.4 (#4668)
Browse files Browse the repository at this point in the history
Co-authored-by: Mehdi Achour <machour@gmail.com>
  • Loading branch information
brophdawg11 and machour committed Dec 9, 2022
1 parent 50d7f3c commit 2b27348
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/remix-server-runtime/routeModules.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import type { ComponentType } from "react";
import type { Location, Params } from "react-router-dom";
import type { Location, Params } from "@remix-run/router";

import type { AppLoadContext, AppData } from "./data";
import type { LinkDescriptor } from "./links";
Expand Down

0 comments on commit 2b27348

Please sign in to comment.