From 49229c7aaa7e8344dfe5bb96aed4690716bd1c4a Mon Sep 17 00:00:00 2001 From: Vesa Luusua Date: Thu, 12 Jan 2017 14:39:49 +0200 Subject: [PATCH] Refactoring import orders --- src/Routes.js | 4 ++-- src/containers/index.js | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Routes.js b/src/Routes.js index fb59c37b..1c300597 100644 --- a/src/Routes.js +++ b/src/Routes.js @@ -5,10 +5,12 @@ import { CheckoutPage, ConversationPage, ContactDetailsPage, + EditProfilePage, InboxPage, LandingPage, ListingPage, ManageListingsPage, + NotFoundPage, NotificationSettingsPage, OrderPage, PasswordChangePage, @@ -16,11 +18,9 @@ import { PaymentMethodsPage, PayoutPreferencesPage, ProfilePage, - EditProfilePage, SalesConversationPage, SearchPage, SecurityPage, - NotFoundPage, } from './containers'; // This is only used for testing that redirects work correct in the diff --git a/src/containers/index.js b/src/containers/index.js index 67bfe7bf..9a9b7201 100644 --- a/src/containers/index.js +++ b/src/containers/index.js @@ -30,6 +30,7 @@ export { LandingPage, ListingPage, ManageListingsPage, + NotFoundPage, NotificationSettingsPage, OrderPage, PasswordChangePage, @@ -40,6 +41,5 @@ export { SalesConversationPage, SearchPage, SecurityPage, - NotFoundPage, Topbar, };