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: () => , });