mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-10-08 19:16:37 +08:00
import
This commit is contained in:
parent
68706346b3
commit
b11f2f09b7
@ -32,7 +32,7 @@ import { Link, useNavigate } from "react-router-dom";
|
||||
import { isIOS, useMobileScreen } from "../utils";
|
||||
import { showConfirm, showToast } from "./ui-lib";
|
||||
|
||||
import { UsageStats } from '../usage-stats/UsageStats';
|
||||
import UsageStats from '../usage-stats/UsageStats';
|
||||
|
||||
|
||||
const ChatList = dynamic(async () => (await import("./chat-list")).ChatList, {
|
||||
|
Loading…
Reference in New Issue
Block a user