hotfix duplicate globals declaration

This commit is contained in:
Colin Megill
2018-10-22 16:39:41 -04:00
parent df671192be
commit 96675f806c
@@ -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";