| 1 | import { Modal, Button, Spin, Form, Input } from 'antd'; |
| 2 | import { useState, useEffect,useImperativeHandle, forwardRef } from 'react'; |
| 3 | import { useTranslation } from 'react-i18next'; |
| 4 | import { LeftOutlined, RightOutlined } from '@ant-design/icons'; |
nothing calls this directly
no test coverage detected