This commit is contained in:
DirkSchlossmacher 2023-11-14 09:48:24 +01:00
parent 68706346b3
commit b11f2f09b7

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