소스 검색

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