mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-16 01:52:19 +08:00
chore(matchPath): use the correct library
This commit is contained in:
@ -1,5 +1,5 @@
|
|||||||
import { matchPath as reactRouterMatchPath } from 'react-router';
|
|
||||||
import type { PathMatch } from 'react-router';
|
import type { PathMatch } from 'react-router';
|
||||||
|
import { matchPath as reactRouterMatchPath } from 'react-router-dom';
|
||||||
|
|
||||||
interface MatchPathOptions {
|
interface MatchPathOptions {
|
||||||
/**
|
/**
|
||||||
|
Reference in New Issue
Block a user