mirror of
https://github.com/kingomarnajjar/flex-template-web.git
synced 2026-07-29 05:00:43 +10:00
Rename CurrencyInput files to CurrencyInputField
This commit is contained in:
parent
d5ef414558
commit
788a2ae7bd
4 changed files with 4 additions and 4 deletions
|
|
@ -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,
|
||||
|
|
@ -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';
|
||||
|
|
|
|||
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue