Explorar o código

chore: remove unused import

alvarosabu %!s(int64=2) %!d(string=hai) anos
pai
achega
bf19938015
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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'