From 2b27348dd1933d06a33fef3e2c1cb4cfa9d91542 Mon Sep 17 00:00:00 2001 From: Matt Brophy Date: Tue, 22 Nov 2022 14:58:43 -0500 Subject: [PATCH] Bump remix to react-router-dom@6.4.4 (#4668) Co-authored-by: Mehdi Achour --- packages/remix-server-runtime/routeModules.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/remix-server-runtime/routeModules.ts b/packages/remix-server-runtime/routeModules.ts index 4aae88a154b..ef5844a498b 100644 --- a/packages/remix-server-runtime/routeModules.ts +++ b/packages/remix-server-runtime/routeModules.ts @@ -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";