|
@@ -3,7 +3,7 @@ import { Observable } from "babylonjs/Misc/observable";
|
|
|
import { Color3, Color4 } from "babylonjs/Maths/math";
|
|
|
import { NumericInputComponent } from "./numericInputComponent";
|
|
|
import { FontAwesomeIcon } from "@fortawesome/react-fontawesome";
|
|
|
-import { faMinus, faPlus, faCopy } from "@fortawesome/free-solid-svg-icons";
|
|
|
+import { faMinus, faPlus } from "@fortawesome/free-solid-svg-icons";
|
|
|
import { PropertyChangedEvent } from '../../propertyChangedEvent';
|
|
|
import CopyIcon from "./copy.svg";
|
|
|
|