Skip to content

Commit b112e02

Browse files
committed
Format
1 parent 842c22d commit b112e02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

types/three/src/lights/LightShadow.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
import { Camera } from "../cameras/Camera.js";
2+
import { TextureDataType } from "../constants.js";
23
import { Object3DJSONObject } from "../core/Object3D.js";
34
import { Frustum } from "../math/Frustum.js";
45
import { Matrix4 } from "../math/Matrix4.js";
56
import { Vector2, Vector2Tuple } from "../math/Vector2.js";
67
import { Vector4 } from "../math/Vector4.js";
78
import { WebGLRenderTarget } from "../renderers/WebGLRenderTarget.js";
89
import { Light } from "./Light.js";
9-
import { TextureDataType } from '../constants.js';
1010

1111
export interface LightShadowJSON {
1212
intensity?: number;

0 commit comments

Comments
 (0)