import { Trans } from '@lingui/react/macro'; import { InboxIcon } from 'lucide-react'; import { OrganisationInvitations } from '~/components/general/organisations/organisation-invitations'; import { InboxTable } from '~/components/tables/inbox-table'; import { appMetaTags } from '~/utils/meta'; export function meta() { return appMetaTags('Personal Inbox'); } export default function InboxPage() { return (

Personal Inbox

Any documents that you have been invited to will appear here

); }