chore: remove unused onMount import
This commit is contained in:
parent
c653dc4424
commit
9784e8b17a
1 changed files with 0 additions and 1 deletions
|
@ -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'
|
||||||
|
|
Loading…
Reference in a new issue