David Catuhe hace 6 años
padre
commit
f9f375ef94
Se han modificado 1 ficheros con 0 adiciones y 2 borrados
  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';
 
 /**