mirror of
https://github.com/kingomarnajjar/flex-template-web.git
synced 2026-07-28 03:43:28 +10:00
Move rest of the forms to forms folder
Move SelectMultipleFilterForm and SelectMultipleFilterPlainForm to the forms folder.
This commit is contained in:
parent
2cf223fbe8
commit
085935beb6
6 changed files with 4 additions and 2 deletions
|
|
@ -3,7 +3,7 @@ import { array, arrayOf, func, number, string } from 'prop-types';
|
|||
import classNames from 'classnames';
|
||||
import { injectIntl, intlShape } from 'react-intl';
|
||||
|
||||
import SelectMultipleFilterForm from './SelectMultipleFilterForm';
|
||||
import { SelectMultipleFilterForm } from '../../forms';
|
||||
import css from './SelectMultipleFilter.css';
|
||||
|
||||
const KEY_CODE_ESCAPE = 27;
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@ import { array, bool, func, string } from 'prop-types';
|
|||
import classNames from 'classnames';
|
||||
import { injectIntl, intlShape, FormattedMessage } from 'react-intl';
|
||||
|
||||
import SelectMultipleFilterPlainForm from './SelectMultipleFilterPlainForm';
|
||||
import { SelectMultipleFilterPlainForm } from '../../forms';
|
||||
|
||||
import css from './SelectMultipleFilterPlain.css';
|
||||
|
||||
|
|
|
|||
|
|
@ -17,6 +17,8 @@ export { default as PayoutDetailsForm } from './PayoutDetailsForm/PayoutDetailsF
|
|||
export { default as ProfileSettingsForm } from './ProfileSettingsForm/ProfileSettingsForm';
|
||||
export { default as ReviewForm } from './ReviewForm/ReviewForm';
|
||||
export { default as SendMessageForm } from './SendMessageForm/SendMessageForm';
|
||||
export { default as SelectMultipleFilterForm } from './SelectMultipleFilterForm/SelectMultipleFilterForm';
|
||||
export { default as SelectMultipleFilterPlainForm } from './SelectMultipleFilterPlainForm/SelectMultipleFilterPlainForm';
|
||||
export { default as SignupForm } from './SignupForm/SignupForm';
|
||||
export { default as StripePaymentForm } from './StripePaymentForm/StripePaymentForm';
|
||||
export { default as TopbarSearchForm } from './TopbarSearchForm/TopbarSearchForm';
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue