i18n pages

This commit is contained in:
lovebird 2026-02-24 09:04:15 +01:00
parent 17a9886c7d
commit 0687bc7a40
3 changed files with 429 additions and 412 deletions

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long

View File

@ -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. */