// components/CustomerSkeleton.tsx import { AppContent, BackHistoryButton } from "@repo/rdx-ui/components"; import { Button } from "@repo/shadcn-ui/components"; import { useTranslation } from "../i18n"; export const CustomerInvoiceEditorSkeleton = () => { const { t } = useTranslation(); return ( <>