From 5caf6b7157f8a2a2d13e274ee0a23eb2fca6d161 Mon Sep 17 00:00:00 2001 From: Matthew Taylor Date: Thu, 14 Dec 2017 12:57:41 -0500 Subject: [PATCH] remove unused reference --- src/components/box/box.jsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/components/box/box.jsx b/src/components/box/box.jsx index a5d993d1..95b1fbac 100644 --- a/src/components/box/box.jsx +++ b/src/components/box/box.jsx @@ -2,7 +2,6 @@ @todo This file is copied from GUI and should be pulled out into a shared library. See https://github.com/LLK/scratch-paint/issues/13 */ -import classNames from 'classnames'; import PropTypes from 'prop-types'; import React from 'react'; import stylePropType from 'react-style-proptype';