import { FlushButton, LinkButton } from "@/components/ui/buttons"; import { sanitizeLabel } from "@/utils/sanitizeLabel"; import { ArrowLeftIcon } from "@heroicons/react/24/outline"; import { tinaField } from "tinacms/dist/react"; export const Actions = ({ items, align = "left", flush = false }) => { const isList = true; const ActionButton = flush ? FlushButton : LinkButton; return ( <>