import { Spinner } from '@documenso/ui/primitives/spinner'; import { Trans } from '@lingui/react/macro'; export const PdfViewerLoadingState = () => { return (
); }; export const PdfViewerErrorState = () => { return (

Something went wrong while loading the document.

Please try again or contact our support.

); };