瀏覽代碼

Fix import

Alejandro Toledo 5 年之前
父節點
當前提交
c5e5f6095c
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      inspector/src/components/actionTabs/tabs/propertyGrids/animations/editorControls.tsx

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

@@ -8,7 +8,7 @@ import { IconButtonLineComponent } from '../../../lines/iconButtonLineComponent'
 import { NumericInputComponent } from '../../../lines/numericInputComponent';
 import { AddAnimation } from './addAnimation';
 import { IAnimatable } from 'babylonjs/Animations/animatable.interface';
-import { TargetedAnimation } from 'babylonjs';
+import { TargetedAnimation } from "babylonjs/Animations/animationGroup";
 import { Nullable } from 'babylonjs/types';
 
 interface IEditorControlsProps {