mirror of
https://github.com/scratchfoundation/scratch-paint.git
synced 2024-12-23 05:52:42 -05:00
remove svg for now
fix lint error since this is not used while rotation point is not part of the ui
This commit is contained in:
parent
1963d9d0db
commit
3fd72e775d
1 changed files with 0 additions and 1 deletions
|
@ -31,7 +31,6 @@ import styles from './paint-editor.css';
|
||||||
|
|
||||||
import groupIcon from './group.svg';
|
import groupIcon from './group.svg';
|
||||||
import redoIcon from './redo.svg';
|
import redoIcon from './redo.svg';
|
||||||
import rotationPointIcon from './rotation-point.svg';
|
|
||||||
import sendBackIcon from './send-back.svg';
|
import sendBackIcon from './send-back.svg';
|
||||||
import sendBackwardIcon from './send-backward.svg';
|
import sendBackwardIcon from './send-backward.svg';
|
||||||
import sendForwardIcon from './send-forward.svg';
|
import sendForwardIcon from './send-forward.svg';
|
||||||
|
|
Loading…
Reference in a new issue