import { openDialog } from "@/store/settings.ts"; import { version } from "@/conf.ts"; import { useDispatch } from "react-redux"; function ChatFooter() { const dispatch = useDispatch(); return (