mirror of
https://github.com/kingomarnajjar/flex-template-web.git
synced 2026-07-26 06:47:17 +10:00
Refactor PayoutDetailsBankDetails
This commit is contained in:
parent
659f2364e6
commit
84c2894e84
1 changed files with 1 additions and 1 deletions
|
|
@ -1,8 +1,8 @@
|
|||
import React from 'react';
|
||||
import { bool, string } from 'prop-types';
|
||||
import { FormattedMessage } from 'react-intl';
|
||||
import { StripeBankAccountTokenInputField } from '../../components';
|
||||
import * as validators from '../../util/validators';
|
||||
import { StripeBankAccountTokenInputField } from '../../components';
|
||||
|
||||
import { stripeCountryConfigs } from './PayoutDetailsForm';
|
||||
import css from './PayoutDetailsForm.css';
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue