Rename CurrencyInput files to CurrencyInputField

This commit is contained in:
Kimmo Puputti 2017-06-22 15:12:34 +03:00
parent d5ef414558
commit 788a2ae7bd
4 changed files with 4 additions and 4 deletions

View file

@ -3,7 +3,7 @@ import { IntlProvider, addLocaleData } from 'react-intl';
import en from 'react-intl/locale-data/en';
import fi from 'react-intl/locale-data/fi';
import { currencyConfig } from '../../util/test-data';
import CurrencyInput from './CurrencyInput';
import CurrencyInput from './CurrencyInputField';
const defaultConfig = {
...currencyConfig,

View file

@ -5,7 +5,7 @@ import BirthdayInputField from './BirthdayInputField/BirthdayInputField';
import BookingInfo from './BookingInfo/BookingInfo';
import Button, { InlineTextButton } from './Button/Button';
import CloseIcon from './CloseIcon/CloseIcon';
import CurrencyInput from './CurrencyInput/CurrencyInput';
import CurrencyInput from './CurrencyInputField/CurrencyInputField';
import DateInput from './DateInput/DateInput';
import Discussion from './Discussion/Discussion';
import EditListingDescriptionPanel from './EditListingDescriptionPanel/EditListingDescriptionPanel';

View file

@ -3,7 +3,7 @@ import * as AddImages from './components/AddImages/AddImages.example';
import * as BirthdayInputField from './components/BirthdayInputField/BirthdayInputField.example';
import * as BookingInfo from './components/BookingInfo/BookingInfo.example';
import * as Button from './components/Button/Button.example';
import * as CurrencyInput from './components/CurrencyInput/CurrencyInput.example';
import * as CurrencyInputField from './components/CurrencyInputField/CurrencyInputField.example';
import * as DateInput from './components/DateInput/DateInput.example';
import * as EditListingWizard from './components/EditListingWizard/EditListingWizard.example';
import * as ListingCard from './components/ListingCard/ListingCard.example';
@ -55,7 +55,7 @@ export {
ChangeAccountPasswordForm,
ChangePasswordForm,
Colors,
CurrencyInput,
CurrencyInputField,
DateInput,
EditListingDescriptionForm,
EditListingLocationForm,