Skip to content
This repository was archived by the owner on Feb 1, 2026. It is now read-only.

Commit 49c44b0

Browse files
committed
refactor: remove unused watchEffect import in BlenderCube.vue
- Cleaned up the imports in BlenderCube.vue by removing the unused watchEffect import, improving code clarity and maintainability.
1 parent 0451a12 commit 49c44b0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

playground/src/components/BlenderCube.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<script setup lang="ts">
22
import { useGLTF } from '@tresjs/cientos'
33
import type { TresObject } from '@tresjs/core'
4-
import { computed, shallowRef, watchEffect } from 'vue'
4+
import { computed, shallowRef } from 'vue'
55
66
const { nodes } = useGLTF(
77
'https://raw.githubusercontent.com/Tresjs/assets/main/models/gltf/blender-cube.glb',

0 commit comments

Comments
 (0)