perf(bundle): replace broad storage and utils imports
This commit is contained in:
@@ -18,7 +18,8 @@ import type {
|
||||
PaymentContextState,
|
||||
} from "@/stores/payment/payment-context";
|
||||
import type { PaymentEvent } from "@/stores/payment/payment-events";
|
||||
import { AppEnvUtil, Logger } from "@/utils";
|
||||
import { AppEnvUtil } from "@/utils/app-env";
|
||||
import { Logger } from "@/utils/logger";
|
||||
|
||||
const UNSUPPORTED_PAYMENT_PARAMS_MESSAGE =
|
||||
"Payment parameters did not include a supported URL or Stripe client secret.";
|
||||
|
||||
Reference in New Issue
Block a user