fix: add CheckIcon and CopyIcon imports to user-message component

This commit is contained in:
DESKTOP-RTLN3BA\$punk 2026-03-24 21:50:40 -07:00
parent ccf8454db5
commit a73c4430e0

View file

@ -1,6 +1,6 @@
import { ActionBarPrimitive, AuiIf, MessagePrimitive, useAuiState } from "@assistant-ui/react";
import { useAtomValue } from "jotai";
import { FileText, Pen } from "lucide-react";
import { CheckIcon, CopyIcon, FileText, Pen } from "lucide-react";
import Image from "next/image";
import { type FC, useState } from "react";
import { messageDocumentsMapAtom } from "@/atoms/chat/mentioned-documents.atom";