mirror of
https://github.com/scratchfoundation/scratch-paint.git
synced 2024-12-22 13:32:28 -05:00
fix lint
This commit is contained in:
parent
6bcd59f388
commit
02e4f0b3d0
1 changed files with 0 additions and 2 deletions
|
@ -9,8 +9,6 @@ import {setHoveredItem, clearHoveredItem} from '../reducers/hover';
|
|||
|
||||
import ReshapeTool from '../helper/selection-tools/reshape-tool';
|
||||
import ReshapeModeComponent from '../components/reshape-mode.jsx';
|
||||
import paper from 'paper';
|
||||
|
||||
|
||||
class ReshapeMode extends React.Component {
|
||||
constructor (props) {
|
||||
|
|
Loading…
Reference in a new issue