From 62d7a1044e58fd2f5a65ac41c70bd0cd8df55464 Mon Sep 17 00:00:00 2001 From: Dave Page Date: Mon, 18 Sep 2017 16:54:43 +0100 Subject: [PATCH] Remove unused import that was causing a hard error on Windows --- web/pgadmin/static/jsx/react_shapes.jsx | 1 - 1 file changed, 1 deletion(-) diff --git a/web/pgadmin/static/jsx/react_shapes.jsx b/web/pgadmin/static/jsx/react_shapes.jsx index 7668ff63c..7c7118396 100644 --- a/web/pgadmin/static/jsx/react_shapes.jsx +++ b/web/pgadmin/static/jsx/react_shapes.jsx @@ -7,7 +7,6 @@ // ////////////////////////////////////////////////////////////////////////// -import React from 'react'; import PropTypes from 'prop-types'; let historyDetail =