소스 검색

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 {