Skip to content

Commit

Permalink
fix: remove import leftovers
Browse files Browse the repository at this point in the history
  • Loading branch information
alvarosabu committed May 23, 2023
1 parent 43ddf6b commit fef7e86
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/core/controls/OrbitControls.vue
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<script lang="ts" setup>
import { Camera, Vector3 } from 'three'
import { Camera } from 'three'
import { OrbitControls } from 'three-stdlib'
import { ref, watch, type Ref, onUnmounted } from 'vue'
import { ref, watch, onUnmounted } from 'vue'
import { TresVector3, useRenderLoop } from '@tresjs/core'
import { useEventListener } from '@vueuse/core'
Expand Down

0 comments on commit fef7e86

Please sign in to comment.