From 02e4f0b3d04606364958b9f35de68dad25cf6246 Mon Sep 17 00:00:00 2001 From: DD Date: Tue, 3 Oct 2017 17:19:22 -0400 Subject: [PATCH] fix lint --- src/containers/reshape-mode.jsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/containers/reshape-mode.jsx b/src/containers/reshape-mode.jsx index 340c2789..2fb3dc55 100644 --- a/src/containers/reshape-mode.jsx +++ b/src/containers/reshape-mode.jsx @@ -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) {