|
|
@@ -31,10 +31,11 @@ import {
|
|
|
Input,
|
|
|
Space,
|
|
|
} from '@douyinfe/semi-ui';
|
|
|
-const { Text } = Typography;
|
|
|
import { API, showError, showSuccess } from '../../../helpers';
|
|
|
import { useTranslation } from 'react-i18next';
|
|
|
|
|
|
+const { Text } = Typography;
|
|
|
+
|
|
|
export default function SettingsPaymentGatewayWaffo(props) {
|
|
|
const { t } = useTranslation();
|
|
|
const [loading, setLoading] = useState(false);
|