| 1 | /* eslint-disable complexity */ |
| 2 | import { Transition } from "@headlessui/react"; |
| 3 | import TrashIcon from "@heroicons/react/outline/TrashIcon"; |
| 4 | import PlusIcon from "@heroicons/react/solid/PlusIcon"; |
nothing calls this directly
no test coverage detected