Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
sunag committed Oct 20, 2023
1 parent efb927a commit e05f665
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions examples/jsm/nodes/core/ParameterNode.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
import { addNodeClass } from './Node.js';
import { nodeObject, getCurrentStack } from '../shadernode/ShaderNode.js';
import PropertyNode, { property } from './PropertyNode.js';
import { temp } from './VarNode.js';
import { assign, expression } from '../Nodes.js';

import { nodeObject } from '../shadernode/ShaderNode.js';
import PropertyNode from './PropertyNode.js';

class ParameterNode extends PropertyNode {

Expand Down

0 comments on commit e05f665

Please sign in to comment.