Skip to content

Commit

Permalink
fix format
Browse files Browse the repository at this point in the history
  • Loading branch information
cmhhelgeson committed May 20, 2024
1 parent 7e8bded commit 4cc25af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/three/examples/jsm/nodes/accessors/ModelNode.d.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { Matrix4 } from "three/src/Three.js";
import { UniformNode } from "../Nodes.js";
import { ShaderNodeObject } from "../shadernode/ShaderNode.js";
import Object3DNode from "./Object3DNode.js";
import { UniformNode } from "../Nodes.js";

/**
* Similar to {@link Object3DNode} but the object comes from {@link NodeFrame}
Expand Down

0 comments on commit 4cc25af

Please sign in to comment.