import { Trans } from '@lingui/macro'; import { ChevronLeft, Loader } from 'lucide-react'; import { Link } from 'react-router'; import { Skeleton } from '@documenso/ui/primitives/skeleton'; export default function Loading() { return (
Documents

Loading Document...

Loading document...

); }