From a655c6daf280c58349219e769f5d582696848310 Mon Sep 17 00:00:00 2001 From: sonnguyenkieio Date: Wed, 1 Sep 2021 09:15:23 +0700 Subject: [PATCH] :wrench: config: index.ts --- src/components/modules/account/index.ts | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 src/components/modules/account/index.ts diff --git a/src/components/modules/account/index.ts b/src/components/modules/account/index.ts new file mode 100644 index 000000000..01c942d11 --- /dev/null +++ b/src/components/modules/account/index.ts @@ -0,0 +1,2 @@ +export { default as AccountNavigation } from './AccountNavigation/AccountNavigation' +export { default as DeliveryItem } from './DeliveryItem/DeliveryItem' \ No newline at end of file