Spaces:
Running
Running
test
Browse files
components/chat/index.tsx
CHANGED
|
@@ -20,7 +20,7 @@ import { Button } from "@/components/ui/button";
|
|
| 20 |
import { getFileIcon } from "@/components/ask-ai/input-mentions";
|
| 21 |
import ProIcon from "@/assets/pro.svg";
|
| 22 |
import { ProModal } from "../pro-modal";
|
| 23 |
-
|
| 24 |
|
| 25 |
export function AppEditorChat({
|
| 26 |
isNew,
|
|
|
|
| 20 |
import { getFileIcon } from "@/components/ask-ai/input-mentions";
|
| 21 |
import ProIcon from "@/assets/pro.svg";
|
| 22 |
import { ProModal } from "../pro-modal";
|
| 23 |
+
import AssistantAvatar from "@/assets/assistant.jpg";
|
| 24 |
|
| 25 |
export function AppEditorChat({
|
| 26 |
isNew,
|