From 96675f806c2a3172c73b587b810985c6ec113108 Mon Sep 17 00:00:00 2001 From: Colin Megill Date: Mon, 22 Oct 2018 16:39:41 -0400 Subject: [PATCH] hotfix duplicate globals declaration --- client/src/components/categorical/categorical.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/client/src/components/categorical/categorical.js b/client/src/components/categorical/categorical.js index 8eb0b8a2..9e777d79 100644 --- a/client/src/components/categorical/categorical.js +++ b/client/src/components/categorical/categorical.js @@ -2,8 +2,6 @@ import React from "react"; import _ from "lodash"; import { connect } from "react-redux"; -import * as globals from "../../globals"; - import * as globals from "../../globals"; import Category from "./category";