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