Explorar o código

chore: lint fix

alvarosabu hai 1 ano
pai
achega
4afed5b307
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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'