Alejandro Toledo преди 5 години
родител
ревизия
8e221962d9
променени са 1 файла, в които са добавени 3 реда и са изтрити 1 реда
  1. 3 1
      inspector/src/components/actionTabs/tabs/propertyGrids/animations/animationCurveEditorComponent.tsx

+ 3 - 1
inspector/src/components/actionTabs/tabs/propertyGrids/animations/animationCurveEditorComponent.tsx

@@ -2,7 +2,9 @@ import * as React from "react";
 import { FontAwesomeIcon } from "@fortawesome/react-fontawesome";
 import { faTimes } from "@fortawesome/free-solid-svg-icons";
 import { Animation } from 'babylonjs/Animations/animation';
-import { EasingFunction, Vector4, Vector2, IAnimationKey, IEasingFunction} from 'babylonjs';
+import { Vector2, Vector4 } from 'babylonjs/Maths/math.vector';
+import { EasingFunction, IEasingFunction } from 'babylonjs/Animations/easing';
+import { IAnimationKey } from 'babylonjs/Animations/animationKey';
 import { AnchorSvgPoint } from './anchorSvgPoint';
 import { KeyframeSvgPoint } from './keyframeSvgPoint';