mirror of
https://github.com/scratchfoundation/scratch-paint.git
synced 2025-01-09 14:12:13 -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 ReshapeTool from '../helper/selection-tools/reshape-tool';
|
||||||
import ReshapeModeComponent from '../components/reshape-mode.jsx';
|
import ReshapeModeComponent from '../components/reshape-mode.jsx';
|
||||||
import paper from 'paper';
|
|
||||||
|
|
||||||
|
|
||||||
class ReshapeMode extends React.Component {
|
class ReshapeMode extends React.Component {
|
||||||
constructor (props) {
|
constructor (props) {
|
||||||
|
|
Loading…
Reference in a new issue