From e93f5def644db1a6f387a0c84548c4c2cd06b31a Mon Sep 17 00:00:00 2001 From: afred Date: Tue, 10 Dec 2024 22:52:59 +0800 Subject: [PATCH] change repo --- app/components/home.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/app/components/home.tsx b/app/components/home.tsx index d6cc6ecb3..5da490378 100644 --- a/app/components/home.tsx +++ b/app/components/home.tsx @@ -47,7 +47,6 @@ const Settings = dynamic(async () => (await import("./settings")).Settings, { loading: () => , }); - const Chat = dynamic(async () => (await import("./chat")).Chat, { loading: () => , });