瀏覽代碼

chore: remove unused import watch

alvarosabu 1 年之前
父節點
當前提交
de730efe6f
共有 1 個文件被更改,包括 1 次插入1 次删除
  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'