mirror of
https://github.com/chanzuckerberg/cellxgene.git
synced 2026-09-24 07:38:12 +08:00
remove unused import
This commit is contained in:
@@ -6,10 +6,9 @@ import _ from "lodash";
|
||||
import { connect } from "react-redux";
|
||||
import HistogramBrush from "../brushableHistogram";
|
||||
import { Button, ButtonGroup, Tooltip } from "@blueprintjs/core";
|
||||
import * as globals from "../../globals";
|
||||
import actions from "../../actions";
|
||||
|
||||
@connect(state => {
|
||||
@connect((state) => {
|
||||
return {};
|
||||
})
|
||||
class Gene extends React.Component {
|
||||
|
||||
Reference in New Issue
Block a user