Sfoglia il codice sorgente

chore: remove unused import watch

alvarosabu 1 anno fa
parent
commit
de730efe6f
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      src/core/nodeOps.ts

+ 1 - 1
src/core/nodeOps.ts

@@ -1,4 +1,4 @@
-import { watch, type RendererOptions } from 'vue'
+import { type RendererOptions } from 'vue'
 import { BufferAttribute } from 'three'
 import { isFunction } from '@alvarosabu/utils'
 import type { Object3D, Camera } from 'three'