import { useLocale, useTranslations } from "next-intl"; import React from "react"; const NothingFound = () => { const t = useTranslations("extra"); const locale = useLocale(); const isRTL = locale === "fa"; return (
{t("noting")}