remove code

This commit is contained in:
lloydzhou 2024-07-11 18:35:44 +08:00
parent 17cc9284a0
commit 01ea690421
1 changed files with 0 additions and 1 deletions

View File

@ -31,7 +31,6 @@ import { Link, useLocation, useNavigate } from "react-router-dom";
import { isIOS, useMobileScreen } from "../utils"; import { isIOS, useMobileScreen } from "../utils";
import dynamic from "next/dynamic"; import dynamic from "next/dynamic";
import { Selector, showConfirm, showToast } from "./ui-lib"; import { Selector, showConfirm, showToast } from "./ui-lib";
import de from "@/app/locales/de";
const ChatList = dynamic(async () => (await import("./chat-list")).ChatList, { const ChatList = dynamic(async () => (await import("./chat-list")).ChatList, {
loading: () => null, loading: () => null,