Skip to content

Commit

Permalink
chore: removed unused scene imports
Browse files Browse the repository at this point in the history
  • Loading branch information
alvarosabu committed Jun 19, 2023
1 parent 248034e commit 4d43fd0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/components/TresScene.ts
Original file line number Diff line number Diff line change
@@ -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 {
Expand Down

0 comments on commit 4d43fd0

Please sign in to comment.