Browse Source

chore: remove unused import

alvarosabu 2 years ago
parent
commit
bf19938015
1 changed files with 1 additions and 1 deletions
  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 { 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 { EventHook, createEventHook, useElementBounding, usePointer } from '@vueuse/core'
 
 
 import { type TresContext } from '../useTresContextProvider'
 import { type TresContext } from '../useTresContextProvider'