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";