Skip to content

Commit b5b290c

Browse files
committed
fix: remove unused import
1 parent 1008c8e commit b5b290c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

types/v3-component-public-instance.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import {
33
ShallowUnwrapRef,
44
UnwrapNestedRefs
55
} from './v3-generated'
6-
import { IfAny, UnionToIntersection } from './common'
6+
import { UnionToIntersection } from './common'
77

88
import { Vue, VueConstructor } from './vue'
99
import {

0 commit comments

Comments
 (0)