mirror of
https://github.com/chanzuckerberg/cellxgene.git
synced 2026-09-25 22:48:12 +08:00
hotfix duplicate globals declaration
This commit is contained in:
@@ -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";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user