From 205a7056d77c28c67d1927e7ce50fc69ccc018d7 Mon Sep 17 00:00:00 2001 From: Maria Hutt Date: Wed, 11 Jun 2025 17:15:35 -0700 Subject: [PATCH] chore(IonReactMemoryRouter): remove unused type --- packages/react-router/src/ReactRouter/IonReactMemoryRouter.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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';