Move animation utils to maze utils

This commit is contained in:
Ajay
2024-01-24 16:21:31 -05:00
parent 88dc8db6e7
commit 16f27e5c5c
7 changed files with 6 additions and 84 deletions

View File

@@ -1,7 +1,7 @@
import Config from "../config";
import { SegmentUUID, SponsorTime } from "../types";
import { getSkippingText } from "../utils/categoryUtils";
import { AnimationUtils } from "../utils/animationUtils";
import { AnimationUtils } from "../../maze-utils/src/animationUtils";
import { keybindToString } from "../../maze-utils/src/config";
import { isMobileControlsOpen } from "../utils/mobileUtils";