-import { createRouteRecordMatcher } from '../../src/matcher/path-ranker'
+import { createRouteRecordMatcher } from '../../src/matcher/path-matcher'
import { RegExpOptions } from 'path-to-regexp'
import { RouteComponent } from '../../src/types'
import { RouteRecordMatcher } from '../../src/matcher/types'
// MatchedRouteRecord,
} from '../types'
import { NoRouteMatchError, InvalidRouteMatch } from '../errors'
-import { createRouteRecordMatcher, normalizeRouteRecord } from './path-ranker'
+import { createRouteRecordMatcher, normalizeRouteRecord } from './path-matcher'
import { RouteRecordMatcher } from './types'
interface RouterMatcher {