Update billing page (#1578)

This commit is contained in:
Luke Vella 2025-02-26 14:22:02 +00:00 committed by GitHub
parent 34f5555791
commit b3aafb5af6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
12 changed files with 766 additions and 493 deletions

View file

@ -1,3 +1,4 @@
"use client";
import { Trans as BaseTrans, useTranslation } from "react-i18next";
import type { TxKeyPath } from "../i18n/types";