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

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

@@ -2,7 +2,7 @@
 import * as React from "react";
 import * as React from "react";
 import { IAnimationKey } from 'babylonjs/Animations/animationKey';
 import { IAnimationKey } from 'babylonjs/Animations/animationKey';
 import { FontAwesomeIcon } from "@fortawesome/react-fontawesome";
 import { FontAwesomeIcon } from "@fortawesome/react-fontawesome";
-import { faCaretRight, faCaretLeft, faStepBackward, faStepForward, faPlusCircle } from "@fortawesome/free-solid-svg-icons";
+import { faCaretRight, faCaretLeft, faStepBackward, faStepForward } from "@fortawesome/free-solid-svg-icons";
 
 
 interface ITimelineProps {
 interface ITimelineProps {
    keyframes: IAnimationKey[];
    keyframes: IAnimationKey[];