import { Menu, Transition } from "@headlessui/react"; import { XMarkIcon } from "@heroicons/react/24/outline"; import React, { Fragment } from "react"; export default function HistoryOptions({ remove, watchId, aniId }) { return (
Remove from history
{({ active }) => ( )} {({ active }) => ( )}
); }