From ce561221f01e13ec560958d8d4a7b6729443f0c0 Mon Sep 17 00:00:00 2001 From: Nathan Bierema Date: Sun, 22 Sep 2024 22:43:21 -0400 Subject: [PATCH] Remove --- types/three/examples/jsm/Addons.d.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/types/three/examples/jsm/Addons.d.ts b/types/three/examples/jsm/Addons.d.ts index acbd83a88..95f777cef 100644 --- a/types/three/examples/jsm/Addons.d.ts +++ b/types/three/examples/jsm/Addons.d.ts @@ -271,7 +271,6 @@ export * as CameraUtils from "./utils/CameraUtils.js"; export * as GeometryCompressionUtils from "./utils/GeometryCompressionUtils.js"; export * as GeometryUtils from "./utils/GeometryUtils.js"; export * from "./utils/LDrawUtils.js"; -export * from "./utils/PackedPhongMaterial.js"; export * as SceneUtils from "./utils/SceneUtils.js"; export * from "./utils/ShadowMapViewer.js"; export * as SkeletonUtils from "./utils/SkeletonUtils.js";