i18n pages
This commit is contained in:
parent
17a9886c7d
commit
0687bc7a40
File diff suppressed because it is too large
Load Diff
File diff suppressed because one or more lines are too long
@ -1,7 +1,8 @@
|
||||
import React, { useState, useEffect } from "react";
|
||||
import { CheckoutPage, CheckoutPageProps, SavedAddress } from "./CheckoutPage";
|
||||
import { useCartStore } from "@/cart/useCartStore";
|
||||
import { loadStripe, type Stripe as StripeJS } from "@stripe/stripe-js";
|
||||
import { loadStripe } from "@stripe/stripe-js/pure";
|
||||
import type { Stripe as StripeJS } from "@stripe/stripe-js";
|
||||
|
||||
export interface CheckoutFlowProps {
|
||||
/** The authenticated user's ID. */
|
||||
|
||||
Loading…
Reference in New Issue
Block a user