Fix bad merge

pull/21833/head
Travis Ralston 2021-05-11 10:19:09 -06:00
parent d8e3458c55
commit b1cb2b1d93
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ limitations under the License.
import EventEmitter from "events";
import {UPDATE_EVENT} from "../stores/AsyncStore";
import {arrayRescale, arraySeed, arraySmoothingResample} from "../utils/arrays";
import {arrayFastResample, arrayRescale, arraySeed, arraySmoothingResample} from "../utils/arrays";
import {SimpleObservable} from "matrix-widget-api";
import {IDestroyable} from "../utils/IDestroyable";
import {PlaybackClock} from "./PlaybackClock";