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