Browse Source

chore: lint fix

alvarosabu 1 năm trước cách đây
mục cha
commit
4afed5b307
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/core/nodeOps.ts

+ 1 - 1
src/core/nodeOps.ts

@@ -1,5 +1,5 @@
 import type { RendererOptions } from 'vue'
 import type { RendererOptions } from 'vue'
-import { BufferAttribute, Color, Euler, Object3D, Vector3 } from 'three'
+import { BufferAttribute } from 'three'
 import { isFunction } from '@alvarosabu/utils'
 import { isFunction } from '@alvarosabu/utils'
 import type { Camera } from 'three'
 import type { Camera } from 'three'
 import type { TresContext } from '../composables'
 import type { TresContext } from '../composables'