import { useLocalize } from '~/hooks'; import DialogTemplate from '~/components/ui/DialogTemplate'; import { Dialog, DialogTrigger } from '~/components/ui'; import ArchivedChatsTable from './ArchivedChatsTable'; export default function ArchivedChats() { const localize = useLocalize(); return (