Skip to content

Commit

Permalink
chore: remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
alvarosabu committed Jul 12, 2024
1 parent 5586a93 commit 320d323
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/composables/useTresEventManager/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { ref, shallowRef } from 'vue'
import { shallowRef } from 'vue'
import type { Object3D, Object3DEventMap, Scene } from 'three'
import type { EmitEventFn, EmitEventName, Intersection, TresEvent, TresInstance, TresObject } from 'src/types'
import type { TresContext } from '../useTresContextProvider'
Expand Down

0 comments on commit 320d323

Please sign in to comment.