diff --git a/src/chat/chatbox.tsx b/src/chat/chatbox.tsx index c7860a8..de5ff77 100644 --- a/src/chat/chatbox.tsx +++ b/src/chat/chatbox.tsx @@ -12,6 +12,7 @@ import { SendIcon, } from "../assets/icons"; import { SarufiIcon } from "../assets/illustrations"; +import Media from "./media"; type ChatType = { message: string; @@ -168,7 +169,7 @@ const Chatbox = ({ }} >