Skip to content

Commit

Permalink
fix: remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
gulewei11022 committed Aug 16, 2022
1 parent db9d685 commit fd86cf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/v3-component-public-instance.d.ts
Expand Up @@ -3,7 +3,7 @@ import {
ShallowUnwrapRef,
UnwrapNestedRefs
} from './v3-generated'
import { IfAny, UnionToIntersection } from './common'
import { UnionToIntersection } from './common'

import { Vue, VueConstructor } from './vue'
import {
Expand Down

0 comments on commit fd86cf3

Please sign in to comment.