This commit is contained in:
DirkSchlossmacher 2023-11-14 09:54:52 +01:00
parent b11f2f09b7
commit 45cd44286d

View File

@ -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, {