Skip to content

Commit

Permalink
chore: remove unused import for lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
alvarosabu committed Jun 15, 2024
1 parent 7ddfdc3 commit aef0bf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/abstractions/useFBO/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { useLoop, useTresContext } from '@tresjs/core'
import type { Camera, RenderTargetOptions } from 'three'
import { DepthTexture, FloatType, HalfFloatType, LinearFilter, WebGLRenderTarget } from 'three'
import type { Ref } from 'vue'
import { isReactive, onBeforeUnmount, reactive, ref, toRefs, watch, watchEffect } from 'vue'
import { isReactive, onBeforeUnmount, reactive, ref, toRefs, watch } from 'vue'
import { useOnDemandInvalidation } from '../../../composables/useOnDemandInvalidation'

export interface FboOptions {
Expand Down

0 comments on commit aef0bf4

Please sign in to comment.