Remove maze utils from npm deps

This commit is contained in:
Ajay
2023-06-30 03:07:57 -04:00
parent 75eb63632f
commit 0f7ed9926c
26 changed files with 52 additions and 85 deletions

View File

@@ -8,7 +8,7 @@ import { downvoteButtonColor, SkipNoticeAction } from "../utils/noticeUtils";
import { VoteResponse } from "../messageTypes";
import { AnimationUtils } from "../utils/animationUtils";
import { Tooltip } from "../render/Tooltip";
import { getErrorMessage } from "@ajayyy/maze-utils/lib/formating";
import { getErrorMessage } from "../maze-utils/formating";
export interface ChapterVoteProps {
vote: (type: number, UUID: SegmentUUID, category?: Category) => Promise<VoteResponse>;