From 3fd72e775d2493a46b77604729184f9044a9e9af Mon Sep 17 00:00:00 2001 From: Matthew Taylor Date: Mon, 23 Oct 2017 17:27:08 -0400 Subject: [PATCH] remove svg for now fix lint error since this is not used while rotation point is not part of the ui --- src/components/paint-editor/paint-editor.jsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/components/paint-editor/paint-editor.jsx b/src/components/paint-editor/paint-editor.jsx index df03471b..5dbfcf6b 100644 --- a/src/components/paint-editor/paint-editor.jsx +++ b/src/components/paint-editor/paint-editor.jsx @@ -31,7 +31,6 @@ import styles from './paint-editor.css'; import groupIcon from './group.svg'; import redoIcon from './redo.svg'; -import rotationPointIcon from './rotation-point.svg'; import sendBackIcon from './send-back.svg'; import sendBackwardIcon from './send-backward.svg'; import sendForwardIcon from './send-forward.svg';