import { useTranslations } from "next-intl"; const LoadingMap = () => { const t = useTranslations("Tournaments"); return (
{t("loading")}