Преглед изворни кода

fixing another build error

msDestiny14 пре 4 година
родитељ
комит
51c09e951e

+ 1 - 3
guiEditor/src/diagram/guiNode.ts

@@ -5,11 +5,9 @@ import { WorkbenchComponent, FramePortData } from './workbench';
 import { Control } from 'babylonjs-gui/2D/controls/control';
 import { Vector2 } from 'babylonjs/Maths/math.vector';
 import { Container } from 'babylonjs-gui/2D/controls/container';
-import { _ThinInstanceDataStorage } from 'babylonjs';
-import { ContainerPropertyTabComponent } from './properties/containterPropertyComponent';
+import { ContainerPropertyTabComponent } from './properties/containerPropertyComponent';
 import * as React from 'react';
 
-
 export class GUINode {
 
     private _x = 0;

guiEditor/src/diagram/properties/containterPropertyComponent.tsx → guiEditor/src/diagram/properties/containerPropertyComponent.tsx