瀏覽代碼

remove code

lloydzhou 1 年之前
父節點
當前提交
01ea690421
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      app/components/sidebar.tsx

+ 0 - 1
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,