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, };