import { useLocalize } from '~/hooks'; import OGDialogTemplate from '~/components/ui/OGDialogTemplate'; import { OGDialog, OGDialogTrigger } from '~/components/ui'; import ArchivedChatsTable from './ArchivedChatsTable'; export default function ArchivedChats() { const localize = useLocalize(); return (
{localize('com_nav_archived_chats')}
} />
); }