chore(IonReactMemoryRouter): remove unused type

This commit is contained in:
Maria Hutt
2025-06-11 17:15:35 -07:00
parent 331b39427b
commit 205a7056d7

View File

@ -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';