浏览代码

another fix

David Catuhe 6 年之前
父节点
当前提交
f9f375ef94
共有 1 个文件被更改,包括 0 次插入2 次删除
  1. 0 2
      nodeEditor/src/components/diagram/light/lightNodeWidget.tsx

+ 0 - 2
nodeEditor/src/components/diagram/light/lightNodeWidget.tsx

@@ -1,9 +1,7 @@
 import * as React from "react";
-import { PortWidget } from "storm-react-diagrams";
 import { LightNodeModel } from './lightNodeModel';
 import { Nullable } from 'babylonjs/types';
 import { GlobalState } from '../../../globalState';
-import { DefaultPortModel } from '../defaultPortModel';
 import { PortHelper } from '../portHelper';
 
 /**