Explorar el Código

chore: removed unused scene imports

alvarosabu hace 2 años
padre
commit
4d43fd0c70
Se han modificado 1 ficheros con 1 adiciones y 2 borrados
  1. 1 2
      src/components/TresScene.ts

+ 1 - 2
src/components/TresScene.ts

@@ -1,7 +1,6 @@
-import { App, defineComponent, h, onMounted, onUnmounted, ref, watch, VNode } from 'vue'
+import { App, defineComponent, h, onMounted, onUnmounted, ref, watch } from 'vue'
 import * as THREE from 'three'
 import { ColorSpace, ShadowMapType, ToneMapping } from 'three'
-import { isString } from '@alvarosabu/utils'
 import { createTres } from '../core/renderer'
 import { TresCamera } from '../types/'
 import {