diff --git a/next_app/src/components/drawer/components/interact.tsx b/next_app/src/components/drawer/components/interact.tsx index 0f82000..44e7d50 100644 --- a/next_app/src/components/drawer/components/interact.tsx +++ b/next_app/src/components/drawer/components/interact.tsx @@ -4,7 +4,8 @@ import { Button } from "@/components/ui/button"; import { Input } from "@/components/ui/input"; import { useEffect, useState } from "react"; import { runLua, Tag } from "@/lib/ao-vars"; -import { Delete, Loader, MinusCircle } from "lucide-react"; +import { ChevronsLeftRight, Copy, Delete, Loader, Minus, MinusCircle, Tag as TagIcon } from "lucide-react"; +import { Combobox } from "@/components/ui/combo-box"; import { toast } from "sonner"; import Link from "next/link"; @@ -46,47 +47,57 @@ function Interact() { return