浏览代码

fixing import linting error

Alejandro Toledo 5 年之前
父节点
当前提交
5c5f4752aa
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      inspector/src/components/actionTabs/tabs/propertyGrids/animations/addAnimation.tsx

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

@@ -7,7 +7,7 @@ import { Vector2, Vector3, Quaternion } from 'babylonjs/Maths/math.vector';
 import { Size } from 'babylonjs/Maths/math.size';
 import { Color3, Color4 } from 'babylonjs/Maths/math.color';
 import { IAnimatable } from 'babylonjs/Animations/animatable.interface';
-import { IAnimationKey } from 'babylonjs';
+import { IAnimationKey } from 'babylonjs/Animations/animationKey';
 
 interface IAddAnimationProps {
   isOpen: boolean;