import { FC } from 'react' export const PdfPreviewMessages: FC = ({ children }) => { return
{children}
}