Fix lints

This commit is contained in:
Fuhrmann 2025-04-11 11:33:05 +02:00
commit 2c17c93531
2 changed files with 3 additions and 9 deletions

View file

@ -25,7 +25,7 @@ import {
MeshStandardNodeMaterial,
WebGPURenderer,
} from "three/webgpu";
import { color, vec4 } from "three/tsl";
import { color } from "three/tsl";
export enum Orientation {
X = "X",