Skip to content

Commit

Permalink
Fix maze utils import
Browse files Browse the repository at this point in the history
  • Loading branch information
ajayyy committed Feb 27, 2024
1 parent dcea7b3 commit 9203911
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/submission/ThumbnailComponent.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { waitFor } from "../../maze-utils/src"
import { VideoID } from "../../maze-utils/src/video";
import { ThumbnailSubmission } from "../thumbnails/thumbnailData";
import { logError } from "../utils/logger";
import { isFirefoxOrSafari } from "../../maze-utils/lib";
import { isFirefoxOrSafari } from "../../maze-utils/src";

export enum ThumbnailType {
CurrentTime,
Expand Down

0 comments on commit 9203911

Please sign in to comment.