Browse Source

Merge pull request #6075 from Kadxy/main

RiverRay 10 months ago
parent
commit
b2b6fd81be
1 changed files with 3 additions and 0 deletions
  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";