From 01ea690421489975d099429ad4bab17356109d25 Mon Sep 17 00:00:00 2001 From: lloydzhou Date: Thu, 11 Jul 2024 18:35:44 +0800 Subject: [PATCH] remove code --- app/components/sidebar.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/app/components/sidebar.tsx b/app/components/sidebar.tsx index 3fc3ef81c..dbe2f2d1a 100644 --- a/app/components/sidebar.tsx +++ b/app/components/sidebar.tsx @@ -31,7 +31,6 @@ import { Link, useLocation, useNavigate } from "react-router-dom"; import { isIOS, useMobileScreen } from "../utils"; import dynamic from "next/dynamic"; import { Selector, showConfirm, showToast } from "./ui-lib"; -import de from "@/app/locales/de"; const ChatList = dynamic(async () => (await import("./chat-list")).ChatList, { loading: () => null,