diff --git a/packages/react-router/src/ReactRouter/IonReactMemoryRouter.tsx b/packages/react-router/src/ReactRouter/IonReactMemoryRouter.tsx index fb69e9b2c8..65132a6b5e 100644 --- a/packages/react-router/src/ReactRouter/IonReactMemoryRouter.tsx +++ b/packages/react-router/src/ReactRouter/IonReactMemoryRouter.tsx @@ -1,4 +1,4 @@ -import type { Action as HistoryAction, Location as HistoryLocation, MemoryHistory } from 'history'; +import type { Action as HistoryAction, Location as HistoryLocation } from 'history'; import type { PropsWithChildren } from 'react'; import React, { useEffect, useRef } from 'react'; import type { MemoryRouterProps } from 'react-router';