diff --git a/client/modules/IDE/components/Editor/index.jsx b/client/modules/IDE/components/Editor/index.jsx index 404741591a..82bfedce3c 100644 --- a/client/modules/IDE/components/Editor/index.jsx +++ b/client/modules/IDE/components/Editor/index.jsx @@ -52,8 +52,6 @@ import * as hinter from '../../../../utils/p5-hinter'; import '../../../../utils/codemirror-search'; import beepUrl from '../../../../sounds/audioAlert.mp3'; -import RightArrowIcon from '../../../../images/right-arrow.svg'; -import LeftArrowIcon from '../../../../images/left-arrow.svg'; import { getHTMLFile } from '../../reducers/files'; import { selectActiveFile } from '../../selectors/files'; @@ -543,14 +541,20 @@ class Editor extends React.Component { this.props.closeProjectOptions(); }} > -