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";