Fix translation issue
Some checks failed
Docker CI / Linting Checks (push) Has been cancelled
Docker CI / Docker Build & Push (push) Has been cancelled

This commit is contained in:
shamoon
2025-04-01 09:52:33 -07:00
parent 52399e21e1
commit 6597ec566b
8 changed files with 8 additions and 8 deletions

View File

@@ -1,4 +1,4 @@
import { useTranslation } from "react-i18next";
import { useTranslation } from "next-i18next";
import { IoAlertCircle } from "react-icons/io5";
function displayError(error) {