Skip to content

Commit

Permalink
chore: lint issues
Browse files Browse the repository at this point in the history
  • Loading branch information
alvarosabu committed Sep 6, 2024
1 parent 0618039 commit 55aa8cb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/core/nodeOps.ts
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
import { BufferAttribute, Object3D } from 'three'
import { type RendererOptions, isRef } from 'vue'
import { isRef, type RendererOptions } from 'vue'
import { useLogger } from '../composables'
import { attach, deepArrayEqual, doRemoveDeregister, doRemoveDetach, invalidateInstance, isHTMLTag, kebabToCamel, noop, prepareTresInstance, setPrimitiveObject, unboxTresPrimitive } from '../utils'
import * as is from '../utils/is'
import { createRetargetingProxy } from '../utils/primitive/createRetargetingProxy'
import { catalogue } from './catalogue'
import type { TresContext } from '../composables'
import type { DisposeType, LocalState, TresInstance, TresObject, TresObject3D, TresPrimitive, WithMathProps } from '../types'
import { catalogue } from './catalogue'

const { logError } = useLogger()

Expand Down
2 changes: 1 addition & 1 deletion src/devtools/plugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ import type {
import { createHighlightMesh, editSceneObject } from '../utils'
import * as is from '../utils/is'
import { bytesToKB, calculateMemoryUsage } from '../utils/perf'
import type { TresContext } from '../composables'
import { toastMessage } from './utils'
import type { TresContext } from '../composables'
import type { TresObject } from './../types'

export interface Tags {
Expand Down

0 comments on commit 55aa8cb

Please sign in to comment.