mirror of
https://github.com/chanzuckerberg/cellxgene.git
synced 2026-09-21 17:08:11 +08:00
remove test imports
This commit is contained in:
@@ -3,18 +3,14 @@
|
||||
|
||||
import React from "react";
|
||||
import { connect } from "react-redux";
|
||||
// import { FaChevronRight, FaChevronDown } from "react-icons/fa";
|
||||
|
||||
import { AnchorButton, Icon } from "@blueprintjs/core";
|
||||
import Truncate from "../util/truncate";
|
||||
import HistogramBrush from "../brushableHistogram";
|
||||
|
||||
// import TestMiniHisto from "./test_miniHisto";
|
||||
import * as globals from "../../globals";
|
||||
import actions from "../../actions";
|
||||
|
||||
// import GeneMenus from "./menus/geneMenus";
|
||||
|
||||
@connect((state, ownProps) => {
|
||||
const { gene } = ownProps;
|
||||
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@@ -1,23 +0,0 @@
|
||||
import React from "react";
|
||||
|
||||
export default () => (
|
||||
<svg width="100" height="11" viewBox="0 0 100 11" fill="none">
|
||||
<rect width="100" height="11" fill="url(#pattern0)" />
|
||||
<defs>
|
||||
<pattern
|
||||
id="pattern0"
|
||||
patternContentUnits="objectBoundingBox"
|
||||
width="1"
|
||||
height="1"
|
||||
>
|
||||
<use xlinkHref="#image0" transform="scale(0.01 0.0909091)" />
|
||||
</pattern>
|
||||
<image
|
||||
id="image0"
|
||||
width="100"
|
||||
height="11"
|
||||
xlinkHref="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAALCAYAAACJQCjbAAABP0lEQVRYCe2XPUqEMRRFD+iIIPYWFi7Awi0olgqW4s8C7BVsLdyBW7B0A+IGXIHTTTPrULnwLoSQSL5xBsQvDw7XvNyEzH0MgzC8XgDxFcwBcRIMv7GfWCiBDUB4EDU9BkSvFSdQG0Cp/wlsByt+1nivLwVf62kg3jsFRK8lJfAACAfcoulA7H8HUvy8CSB6NSbgQIdoaSD5+Q9AqC//TtD4rPHa8iBb1i0DSe+xX/oUXACiVyTwDIg0uNa/HfBQf35O62lwBojR1T0gWsMs+fJgS560Z7/Ve/la/cfgErgCDoJ/M6hrQMwCh/EbLQX50332W+3N13nf+1K//w0QN8EtcAccAkfAfvBnB+gPuUx1UK132m/1uXyd971f05pf/ddA3zLh36xzQGh4Yi/YBcRWsA6ItWATEP4HeqGBfwNJGzl7D23hZwAAAABJRU5ErkJggg=="
|
||||
/>
|
||||
</defs>
|
||||
</svg>
|
||||
);
|
||||
Reference in New Issue
Block a user