mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-05-19 12:10:17 +09:00
remove code
This commit is contained in:
parent
17cc9284a0
commit
01ea690421
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user