diff --git a/frontend/src/components/workspace/artifacts/artifact-file-detail.tsx b/frontend/src/components/workspace/artifacts/artifact-file-detail.tsx index 2fc8e87..467e7df 100644 --- a/frontend/src/components/workspace/artifacts/artifact-file-detail.tsx +++ b/frontend/src/components/workspace/artifacts/artifact-file-detail.tsx @@ -1,4 +1,9 @@ -import { CopyIcon, DownloadIcon, XIcon } from "lucide-react"; +import { + CopyIcon, + DownloadIcon, + SquareArrowOutUpRightIcon, + XIcon, +} from "lucide-react"; import { useMemo } from "react"; import { toast } from "sonner"; @@ -50,6 +55,13 @@ export function ArtifactFileDetail({