diff --git a/components/playground/common.tsx b/components/playground/common.tsx index 6d31b5f8..efcb29fc 100644 --- a/components/playground/common.tsx +++ b/components/playground/common.tsx @@ -10,6 +10,7 @@ import { OpenAIRole, } from "@/lib/types/playground_types"; import { cn } from "@/lib/utils"; +import { ArrowTopRightIcon } from "@radix-ui/react-icons"; import { MinusCircleIcon, PlusIcon } from "lucide-react"; import { useEffect, useRef, useState } from "react"; import { useQuery } from "react-query"; @@ -79,20 +80,22 @@ export function ExpandingTextArea({ return (