diff --git a/src/components/modules/account/index.ts b/src/components/modules/account/index.ts index 01c942d11..42753b0b5 100644 --- a/src/components/modules/account/index.ts +++ b/src/components/modules/account/index.ts @@ -1,2 +1,3 @@ export { default as AccountNavigation } from './AccountNavigation/AccountNavigation' -export { default as DeliveryItem } from './DeliveryItem/DeliveryItem' \ No newline at end of file +export { default as DeliveryItem } from './DeliveryItem/DeliveryItem' +export { default as AccountPage } from './AccountPage/AccountPage' \ No newline at end of file