Skip to content

Commit 4ac48a6

Browse files
committed
remove unused imports
1 parent 4abefed commit 4ac48a6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/router/__tests__/RouterLink.spec.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* @jest-environment jsdom
33
*/
4-
import { RouterLink, RouterLinkProps } from '../src/RouterLink'
4+
import { RouterLink } from '../src/RouterLink'
55
import {
66
START_LOCATION_NORMALIZED,
77
RouteQueryAndHash,
@@ -15,7 +15,6 @@ import { RouteRecordNormalized } from '../src/matcher/types'
1515
import { routerKey } from '../src/injectionSymbols'
1616
import { tick } from './utils'
1717
import { mount } from '@vue/test-utils'
18-
import { ExtractComponentOptions } from 'vue'
1918

2019
const records = {
2120
home: {} as RouteRecordNormalized,

0 commit comments

Comments
 (0)