fix: lint

This commit is contained in:
Neko Ayaka
2025-07-19 22:42:37 +08:00
parent d34bd02bcd
commit ce1c3981af
@@ -3,7 +3,6 @@ import type { VRMCore } from '@pixiv/three-vrm-core'
import type { AnimationClip } from 'three'
import { VRMUtils } from '@pixiv/three-vrm'
import { useVRM } from '../../../stores'
import { useLoop, useTresContext } from '@tresjs/core'
import { storeToRefs } from 'pinia'
import { AnimationMixer } from 'three'
@@ -12,6 +11,7 @@ import { onMounted, onUnmounted, ref, watch } from 'vue'
import { clipFromVRMAnimation, loadVRMAnimation, useBlink, useIdleEyeSaccades } from '../../../composables/vrm/animation'
import { loadVrm } from '../../../composables/vrm/core'
import { useVRMEmote } from '../../../composables/vrm/expression'
import { useVRM } from '../../../stores'
const props = defineProps<{
model: string