mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-15 17:42:15 +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 { matchPath as reactRouterMatchPath } from 'react-router-dom';
|
||||
|
||||
interface MatchPathOptions {
|
||||
/**
|
||||
|
Reference in New Issue
Block a user