mirror of
https://github.com/chanzuckerberg/cellxgene.git
synced 2026-09-20 11:28:47 +08:00
rearrange imports
This commit is contained in:
@@ -1,11 +1,15 @@
|
||||
import React from 'react';
|
||||
import _ from "lodash";
|
||||
import drawParallelCoordinates from "./drawParallelCoordinates";
|
||||
import drawAxes from "./drawAxes";
|
||||
import setupParallelCoordinates from "./setupParallelCoordinates";
|
||||
import { connect } from "react-redux";
|
||||
|
||||
import styles from './parallelCoordinates.css';
|
||||
import SectionHeader from "../framework/sectionHeader";
|
||||
import { connect } from "react-redux";
|
||||
|
||||
import renderQueue from "./renderQueue";
|
||||
|
||||
import setupParallelCoordinates from "./setupParallelCoordinates";
|
||||
import drawAxes from "./drawAxes";
|
||||
import drawLinesCanvas from "./drawLinesCanvas";
|
||||
|
||||
import {
|
||||
margin,
|
||||
|
||||
Reference in New Issue
Block a user