mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-10-09 03:26:38 +08:00
path .
This commit is contained in:
parent
b11f2f09b7
commit
45cd44286d
@ -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