浏览代码

fixing linting error

Kyle Belfort 5 年之前
父节点
当前提交
762cd5758e
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2 1
      nodeEditor/src/diagram/properties/nodePortPropertyComponent.tsx

+ 2 - 1
nodeEditor/src/diagram/properties/nodePortPropertyComponent.tsx

@@ -6,7 +6,8 @@ import { TextInputLineComponent } from '../../sharedComponents/textInputLineComp
 import { ButtonLineComponent } from '../../sharedComponents/buttonLineComponent';
 import { NodePort } from '../nodePort';
 import { FramePortPosition } from '../graphFrame';
-import { Nullable, Observer } from 'babylonjs';
+import { Nullable } from 'babylonjs/types';
+import { Observer } from 'babylonjs/Misc/observable';
 
 export interface INodePortPropertyTabComponentProps {
     globalState: GlobalState