import { useTranslation } from "react-i18next"; import { Card, Divider } from "antd"; import NotifyChannels from "@/components/notification/NotifyChannels"; import NotifyTemplate from "@/components/notification/NotifyTemplate"; import { useZustandShallowSelector } from "@/hooks"; import { useNotifyChannelsStore } from "@/stores/notify"; const SettingsNotification = () => { const { t } = useTranslation(); const { loadedAtOnce } = useNotifyChannelsStore(useZustandShallowSelector(["loadedAtOnce"])); return (