浏览代码

Update chat.tsx

Kadxy 10 月之前
父节点
当前提交
f22cfd7b33
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. 3 0
      app/components/chat.tsx

+ 3 - 0
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";