🚨 Fix warnings

This commit is contained in:
Rune Harlyk
2025-12-24 12:34:36 +01:00
parent 0e54f0430f
commit e22ac69e9b
3 changed files with 7 additions and 2 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ import {
Group,
MeshBasicMaterial,
RepeatWrapping,
Object3D
type Object3D
} from 'three'
import { OrbitControls } from 'three/examples/jsm/controls/OrbitControls'
import { TransformControls } from 'three/examples/jsm/controls/TransformControls'
+1 -1
View File
@@ -1,4 +1,4 @@
import { Color, LoaderUtils, Vector3 } from 'three'
import { Color, Vector3 } from 'three'
import URDFLoader, { type URDFRobot } from 'urdf-loader'
import { XacroLoader } from 'xacro-parser'
import { Result } from '$lib/utilities'