Skip to content

Commit 3beb0d0

Browse files
committed
Fix lint
1 parent 0ed05f6 commit 3beb0d0

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

packages/react-router/tests/router.test.tsx

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,18 +19,14 @@ import {
1919
createRouter,
2020
useNavigate,
2121
} from '../src'
22+
import type { StandardSchemaValidator } from '../src/validators'
2223
import type {
2324
AnyRoute,
2425
AnyRouter,
2526
RouterOptions,
2627
ValidatorFn,
2728
ValidatorObj,
2829
} from '../src'
29-
import {
30-
AnyStandardSchemaValidateFailure,
31-
AnyStandardSchemaValidateSuccess,
32-
StandardSchemaValidator,
33-
} from '../src/validators'
3430

3531
afterEach(() => {
3632
vi.resetAllMocks()

0 commit comments

Comments
 (0)