소스 검색

chore: remove unused import

alvarosabu 2 년 전
부모
커밋
bf19938015
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/composables/useRaycaster/index.ts

+ 1 - 1
src/composables/useRaycaster/index.ts

@@ -1,5 +1,5 @@
 import { type Intersection, Object3D, Vector2 } from 'three'
-import { Ref, computed, onUnmounted, watchPostEffect } from 'vue'
+import { Ref, computed, watchPostEffect } from 'vue'
 import { EventHook, createEventHook, useElementBounding, usePointer } from '@vueuse/core'
 
 import { type TresContext } from '../useTresContextProvider'