| 1 | import React, { memo, useEffect, useState } from "react"; |
| 2 | import { useClickOutOfBounds, useUtils } from "../../hooks/utils"; |
| 3 | import TrashIcon from "../../icons/TrashIcon"; |
| 4 | import MultiSelectIcon from "../../icons/MultiSelectIcon"; |
nothing calls this directly
no test coverage detected