Skip to content

Commit 567040c

Browse files
committed
refactor: fix wrong import
1 parent 245082a commit 567040c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/router/__tests__/location.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import {
77
isSameRouteLocation,
88
resolveRelativePath,
99
} from '../src/location'
10-
import { RouteLocationNormalizedLoaded } from 'src'
10+
import { type RouteLocationNormalizedLoaded } from '../src'
1111
import { vi, describe, expect, it } from 'vitest'
1212
import { mockWarn } from './vitest-mock-warn'
1313

packages/router/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
],
99
"exclude": ["./dist"],
1010
"compilerOptions": {
11-
"baseUrl": ".",
11+
// "baseUrl": ".",
1212
"rootDir": ".",
1313
"outDir": "dist",
1414
"sourceMap": false,

0 commit comments

Comments
 (0)