From f22cfd7b33a81c8f245001ccd772c94a6162a54b Mon Sep 17 00:00:00 2001 From: Kadxy <2230318258@qq.com> Date: Mon, 20 Jan 2025 10:10:52 +0800 Subject: [PATCH] Update chat.tsx --- app/components/chat.tsx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app/components/chat.tsx b/app/components/chat.tsx index 323cc8b1cef..6691403e65b 100644 --- a/app/components/chat.tsx +++ b/app/components/chat.tsx @@ -72,6 +72,9 @@ import { safeLocalStorage, getModelSizes, supportsCustomSize, + useMobileScreen, + selectOrCopy, + showPlugins, } from "../utils"; import { uploadImage as uploadImageRemote } from "@/app/utils/chat";