chore(matchPath): use the correct library

This commit is contained in:
Maria Hutt
2025-05-19 13:07:05 -07:00
parent af7710b5a3
commit e364fea46b

View File

@ -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 {
/**