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

Loading Document...

Loading document...

); }