mirror of
https://github.com/captbaritone/webamp.git
synced 2026-07-22 09:37:17 +00:00
Fix import order
This commit is contained in:
parent
f931d6ecf9
commit
0bc45f6cfe
1 changed files with 2 additions and 3 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue