Explorar el Código

Update chat.tsx

Kadxy hace 10 meses
padre
commit
f22cfd7b33
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  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";