mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-16 10:01:59 +08:00
chore(IonReactMemoryRouter): remove unused type
This commit is contained in:
@ -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';
|
||||
|
Reference in New Issue
Block a user