From 191af7e22d7f5a47714b48c06e5a2c96fd5b9330 Mon Sep 17 00:00:00 2001 From: hailin Date: Thu, 29 May 2025 22:32:26 +0800 Subject: [PATCH] . --- chatdesk-ui/app/[locale]/setup/page.tsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/chatdesk-ui/app/[locale]/setup/page.tsx b/chatdesk-ui/app/[locale]/setup/page.tsx index 3c0375a..916b6cf 100644 --- a/chatdesk-ui/app/[locale]/setup/page.tsx +++ b/chatdesk-ui/app/[locale]/setup/page.tsx @@ -21,8 +21,6 @@ import { SETUP_STEP_COUNT, StepContainer } from "../../../components/setup/step-container" -import { useTranslation } from 'react-i18next' - import { usePathname } from "next/navigation" import i18nConfig from "@/i18nConfig"