Browse Source

chore: remove unused import

alvarosabu 1 năm trước cách đây
mục cha
commit
e6a510bf3a
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  1. 0 1
      src/types/index.ts

+ 0 - 1
src/types/index.ts

@@ -2,7 +2,6 @@
 import type { DefineComponent, VNode, VNodeRef } from 'vue'
 
 import type * as THREE from 'three'
-import type { EventProps as PointerEventHandlerEventProps } from '../composables/usePointerEventHandler'
 import type { TresContext } from '../composables/useTresContextProvider'
 
 // Based on React Three Fiber types by Pmndrs