From d92d4f3b635dba9675dd51bfd37f641b4c5b5633 Mon Sep 17 00:00:00 2001 From: Kimmo Puputti Date: Tue, 20 Jun 2017 15:02:45 +0300 Subject: [PATCH] Remove InputFieldOld from examples --- src/examples.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/examples.js b/src/examples.js index 9171c9db..fb2693f9 100644 --- a/src/examples.js +++ b/src/examples.js @@ -6,7 +6,6 @@ import * as Button from './components/Button/Button.example'; import * as CurrencyInput from './components/CurrencyInput/CurrencyInput.example'; import * as DateInput from './components/DateInput/DateInput.example'; import * as EditListingWizard from './components/EditListingWizard/EditListingWizard.example'; -import * as InputFieldOld from './components/InputFieldOld/InputFieldOld.example'; import * as ListingCard from './components/ListingCard/ListingCard.example'; import * as Map from './components/Map/Map.example'; import * as Menu from './components/Menu/Menu.example'; @@ -61,7 +60,6 @@ export { EditListingPhotosForm, EditListingPricingForm, EditListingWizard, - InputFieldOld, ListingCard, LocationAutocompleteInput, LoginForm,