浏览代码

cleaning for PR

Pamela Wolf 4 年之前
父节点
当前提交
f91ef3dbd3
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      nodeEditor/src/diagram/properties/framePropertyComponent.tsx

+ 1 - 1
nodeEditor/src/diagram/properties/framePropertyComponent.tsx

@@ -8,8 +8,8 @@ import { TextInputLineComponent } from '../../sharedComponents/textInputLineComp
 import { ButtonLineComponent } from '../../sharedComponents/buttonLineComponent';
 import { Nullable } from 'babylonjs/types';
 import { Observer } from 'babylonjs/Misc/observable';
-import { InputBlock} from 'babylonjs';
 import { InputsPropertyTabComponent } from '../../components/propertyTab/inputsPropertyTabComponent';
+import { InputBlock } from 'babylonjs/Materials/Node/Blocks/Input/inputBlock';
 
 export interface IFramePropertyTabComponentProps {
     globalState: GlobalState