mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-11-23 09:16:49 +08:00
import
This commit is contained in:
@@ -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, {
|
||||
|
||||
Reference in New Issue
Block a user