'use client'; export const DocumentSkeleton = () => { return (
); }; export const InlineDocumentSkeleton = () => { return (
); };