msDestiny14 4 éve
szülő
commit
0b7506cf12

+ 1 - 1
guiEditor/src/components/nodeList/guiListComponent.tsx

@@ -2,7 +2,7 @@
 import * as React from "react";
 import { GlobalState } from '../../globalState';
 import { LineContainerComponent } from '../../sharedComponents/lineContainerComponent';
-import { DraggableLineComponent } from '../../sharedComponents/draggableLineComponent';
+import { DraggableLineComponent } from '../../sharedUiComponents/lines/draggableLineComponent';
 import { Observer } from 'babylonjs/Misc/observable';
 import { Nullable } from 'babylonjs/types';
 

nodeEditor/src/sharedComponents/popup.ts → guiEditor/src/sharedComponents/popup.tsx


guiEditor/src/sharedComponents/popup.ts → nodeEditor/src/sharedComponents/popup.tsx


guiEditor/src/sharedComponents/draggableLineComponent.tsx → sharedUiComponents/lines/draggableLineComponent.tsx