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 { IAnimationKey } from 'babylonjs/Animations/animationKey';
 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 {
    keyframes: IAnimationKey[];