Browse Source

chore: remove unused import watch

alvarosabu 1 year ago
parent
commit
de730efe6f
1 changed files with 1 additions and 1 deletions
  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 { BufferAttribute } from 'three'
 import { isFunction } from '@alvarosabu/utils'
 import { isFunction } from '@alvarosabu/utils'
 import type { Object3D, Camera } from 'three'
 import type { Object3D, Camera } from 'three'