Browse Source

chore: lint fix

alvarosabu 11 months ago
parent
commit
4afed5b307
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/core/nodeOps.ts

+ 1 - 1
src/core/nodeOps.ts

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