From 6c4669e2f9e9a0274507923b3bc3c4e406ddd695 Mon Sep 17 00:00:00 2001 From: sonnguyenkieio Date: Mon, 6 Sep 2021 14:05:11 +0700 Subject: [PATCH] update index.ts --- src/components/modules/account/index.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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