diff --git a/packages/react-router/src/ReactRouter/utils/matchPath.ts b/packages/react-router/src/ReactRouter/utils/matchPath.ts index 978045e438..cb1d0e01d7 100644 --- a/packages/react-router/src/ReactRouter/utils/matchPath.ts +++ b/packages/react-router/src/ReactRouter/utils/matchPath.ts @@ -1,5 +1,5 @@ -import { matchPath as reactRouterMatchPath } from 'react-router'; import type { PathMatch } from 'react-router'; +import { matchPath as reactRouterMatchPath } from 'react-router-dom'; interface MatchPathOptions { /**