Skip to content

Commit

Permalink
remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
pikax committed Nov 14, 2023
1 parent 4abefed commit 4ac48a6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/router/__tests__/RouterLink.spec.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* @jest-environment jsdom
*/
import { RouterLink, RouterLinkProps } from '../src/RouterLink'
import { RouterLink } from '../src/RouterLink'
import {
START_LOCATION_NORMALIZED,
RouteQueryAndHash,
Expand All @@ -15,7 +15,6 @@ import { RouteRecordNormalized } from '../src/matcher/types'
import { routerKey } from '../src/injectionSymbols'
import { tick } from './utils'
import { mount } from '@vue/test-utils'
import { ExtractComponentOptions } from 'vue'

const records = {
home: {} as RouteRecordNormalized,
Expand Down

0 comments on commit 4ac48a6

Please sign in to comment.