mirror of
https://github.com/kingomarnajjar/flex-template-web.git
synced 2026-07-26 06:47:17 +10:00
Refactoring import orders
This commit is contained in:
parent
58e81e4cc4
commit
49229c7aaa
2 changed files with 3 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -30,6 +30,7 @@ export {
|
|||
LandingPage,
|
||||
ListingPage,
|
||||
ManageListingsPage,
|
||||
NotFoundPage,
|
||||
NotificationSettingsPage,
|
||||
OrderPage,
|
||||
PasswordChangePage,
|
||||
|
|
@ -40,6 +41,5 @@ export {
|
|||
SalesConversationPage,
|
||||
SearchPage,
|
||||
SecurityPage,
|
||||
NotFoundPage,
|
||||
Topbar,
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue