Remove unused TextureDataType import

This commit is contained in:
2026-03-31 20:16:34 +02:00
parent 9eb35964f1
commit f00c064a2c

View File

@@ -1,8 +1,7 @@
import {
EquirectangularReflectionMapping,
SRGBColorSpace,
Texture,
type TextureDataType
Texture
} from "three";
import { createOpaqueId } from "../core/ids";