Skip to content

Commit

Permalink
Fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
ajayyy committed Aug 27, 2023
1 parent 1329590 commit 6cbaa7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/help/PaymentComponent.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { sendRequestToServer } from "../utils/requests";
import { askBackgroundToRegisterNeededContentScripts, askBackgroundToSetupAlarms, freeTrialActive, isFreeAccessRequestActive } from "../license/license";
import Config from "../config/config";
import { objectToURI } from "../../maze-utils/src";
import { waitFor } from "../../maze-utils";
import { waitFor } from "../../maze-utils/src";

const websiteDomain = "https://dearrow.ajay.app"

Expand Down

0 comments on commit 6cbaa7c

Please sign in to comment.