Browse Source

chore: removed unused scene imports

alvarosabu 1 year ago
parent
commit
4d43fd0c70
1 changed files with 1 additions and 2 deletions
  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 * as THREE from 'three'
 import { ColorSpace, ShadowMapType, ToneMapping } from 'three'
 import { ColorSpace, ShadowMapType, ToneMapping } from 'three'
-import { isString } from '@alvarosabu/utils'
 import { createTres } from '../core/renderer'
 import { createTres } from '../core/renderer'
 import { TresCamera } from '../types/'
 import { TresCamera } from '../types/'
 import {
 import {