import React from "react"; import { useTranslation } from "react-i18next"; import "./ServiceAlerts.css"; const ServiceAlerts: React.FC = () => { const { t } = useTranslation(); return (