Fix import order

This commit is contained in:
Jordan Eldredge 2018-11-03 21:57:31 -07:00
parent f931d6ecf9
commit 0bc45f6cfe

View file

@ -1,10 +1,9 @@
import React from "react";
import { connect } from "react-redux";
import { percentToRange, clamp } from "../../utils";
import { BANDS } from "../../constants";
import { getCurvePoints } from "./spline";
import line from "./bresenham";
import { percentToRange, clamp } from "../../utils";
import { BANDS } from "../../constants";
const GRAPH_HEIGHT = 19;
const GRAPH_WIDTH = 113;