mirror of
https://github.com/captbaritone/webamp
synced 2024-11-23 08:39:15 +00:00
Fix import order
This commit is contained in:
parent
3f8ce8ae3e
commit
3213743960
@ -1,9 +1,9 @@
|
||||
/* Emulate the native <audio> element with Web Audio API */
|
||||
import { BANDS, MEDIA_STATUS } from "../constants";
|
||||
import StereoBalanceNode from "./StereoBalanceNode";
|
||||
import Emitter from "../emitter";
|
||||
import ElementSource from "./elementSource";
|
||||
import { Band } from "../types";
|
||||
import Emitter from "../emitter";
|
||||
import StereoBalanceNode from "./StereoBalanceNode";
|
||||
import ElementSource from "./elementSource";
|
||||
|
||||
interface StereoBalanceNodeType extends AudioNode {
|
||||
constructor(context: AudioContext): StereoBalanceNodeType;
|
||||
|
Loading…
Reference in New Issue
Block a user