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

Commit a527c81

Browse files
committed
fix(TheModel.vue): remove unused type import for improved clarity
- Removed the unused import of `Group` from TheModel.vue to enhance code clarity and maintainability. This change aligns with the ongoing effort to streamline type imports and improve type safety across the codebase.
1 parent f350af1 commit a527c81

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

playground/vue/src/pages/loaders/use-fbx/TheModel.vue

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
/* eslint-disable no-console */
33
import { useFBX } from '@tresjs/cientos'
44
import { Mesh } from 'three'
5-
import type { Group } from 'three'
65
76
// Inject the shared state for loading progress
87
const state = inject<{

0 commit comments

Comments
 (0)