Refactoring import orders

This commit is contained in:
Vesa Luusua 2017-01-12 14:39:49 +02:00
parent 58e81e4cc4
commit 49229c7aaa
2 changed files with 3 additions and 3 deletions

View file

@ -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

View file

@ -30,6 +30,7 @@ export {
LandingPage,
ListingPage,
ManageListingsPage,
NotFoundPage,
NotificationSettingsPage,
OrderPage,
PasswordChangePage,
@ -40,6 +41,5 @@ export {
SalesConversationPage,
SearchPage,
SecurityPage,
NotFoundPage,
Topbar,
};