alvarosabu 2 лет назад
Родитель
Сommit
2fb99e5a08
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      src/composables/useTres/index.ts

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

@@ -1,5 +1,5 @@
 import { Clock, EventDispatcher, Raycaster, Scene, Vector2, WebGLRenderer } from 'three'
-import { computed, ComputedRef, onUnmounted, shallowReactive, toRefs } from 'vue'
+import { computed, ComputedRef, shallowReactive, toRefs } from 'vue'
 import { Camera } from '/@/composables'
 
 export interface TresState {