Update imports in third-person navigation controller unit tests

This commit is contained in:
2026-04-25 16:55:29 +02:00
parent e0c1ce76ca
commit 62bf25cfe6

View File

@@ -1,4 +1,4 @@
import { PerspectiveCamera } from "three";
import { PerspectiveCamera, Vector3 } from "three";
import { afterEach, describe, expect, it, vi } from "vitest";
import type { Vec3 } from "../../src/core/vector";