chore: remove unused onMount import

This commit is contained in:
Youwen Wu 2024-03-06 21:59:46 -08:00
parent c653dc4424
commit 9784e8b17a
Signed by: youwen5
GPG key ID: 865658ED1FE61EC3

View file

@ -8,7 +8,6 @@
cameraState, cameraState,
} from './CameraControls/utils/cameraStore' } from './CameraControls/utils/cameraStore'
import { Vector3 } from 'three' import { Vector3 } from 'three'
import { onMount } from 'svelte'
import RobotDecimated from './models/RobotDecimated.svelte' import RobotDecimated from './models/RobotDecimated.svelte'
import { telemetryReadonlyStore } from '../../stores/telemetryStore' import { telemetryReadonlyStore } from '../../stores/telemetryStore'
import { DEG2RAD } from 'three/src/math/MathUtils.js' import { DEG2RAD } from 'three/src/math/MathUtils.js'