import {
Tag, Text,
} from "@chakra-ui/react"
import { ModalBox, HFStack, VFStack, HBetween } from "../components"
// Modal box for extraction
export const ModalRetrieve = ({ isOpen, onClose, onConfirm, vLeft = 0, vRight = 0 }) => {
const TopT = ({ v }) => ((
{v}
))
const BelowT = ({ v }) => ((
{v}
))
return (
Current
)
}