diff --git a/frontend/src/components/workspace/artifacts/artifact-file-detail.tsx b/frontend/src/components/workspace/artifacts/artifact-file-detail.tsx index b6b52ac8..cfd4e5db 100644 --- a/frontend/src/components/workspace/artifacts/artifact-file-detail.tsx +++ b/frontend/src/components/workspace/artifacts/artifact-file-detail.tsx @@ -9,6 +9,7 @@ import { useEffect, useMemo, useState, + type ComponentProps, type HTMLAttributes, } from "react"; import { toast } from "sonner"; @@ -477,7 +478,7 @@ export function ArtifactFileDetail({ )} {isCodeFile && viewMode === "code" && ( -