change repo

This commit is contained in:
afred 2024-12-10 22:52:59 +08:00
parent c79c67a7f6
commit e93f5def64
1 changed files with 0 additions and 1 deletions

View File

@ -47,7 +47,6 @@ const Settings = dynamic(async () => (await import("./settings")).Settings, {
loading: () => <Loading noLogo />,
});
const Chat = dynamic(async () => (await import("./chat")).Chat, {
loading: () => <Loading noLogo />,
});