From a3d03ec0774c4b43efcab26ff66012460c10c068 Mon Sep 17 00:00:00 2001 From: Thomas Fuhrmann Date: Tue, 18 Mar 2025 12:20:52 +0100 Subject: [PATCH] remove unused imports --- app/three/SceneView.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/three/SceneView.ts b/app/three/SceneView.ts index cd56b86..db71f91 100644 --- a/app/three/SceneView.ts +++ b/app/three/SceneView.ts @@ -13,7 +13,7 @@ import { } from "three"; import { buildMeshes } from "./utils/build-meshes"; import { Extent, buildScene } from "./utils/build-scene"; -import { getCenter3D, getMetadata, transform } from "./utils/utils"; +import { getMetadata, transform } from "./utils/utils"; import { MAPTILER_API_KEY, MODEL_ID, SERVICE_URL } from "./config"; import { Orientation,