+
+
+
+
+ Sign in to get more interesting
features
+
+
+ {LANGUAGE.BUTTON_LABEL.SIGNIN}
+
+
+
+ >
+ )
+}
+
+export default AccountSignIn
\ No newline at end of file
diff --git a/src/components/modules/account/index.ts b/src/components/modules/account/index.ts
index 42753b0b5..8cb391e9c 100644
--- a/src/components/modules/account/index.ts
+++ b/src/components/modules/account/index.ts
@@ -1,3 +1,4 @@
export { default as AccountNavigation } from './AccountNavigation/AccountNavigation'
export { default as DeliveryItem } from './DeliveryItem/DeliveryItem'
-export { default as AccountPage } from './AccountPage/AccountPage'
\ No newline at end of file
+export { default as AccountPage } from './AccountPage/AccountPage'
+export { default as AccountSignIn } from './AccountSignIn/AccountSignIn'
diff --git a/src/utils/language.utils.ts b/src/utils/language.utils.ts
index 8b3d8f8d5..dfd2b9604 100644
--- a/src/utils/language.utils.ts
+++ b/src/utils/language.utils.ts
@@ -5,6 +5,7 @@ export const LANGUAGE = {
CONFIRM:'Confirm',
ADD_TO_CARD: 'Add to Cart',
PREORDER: 'Pre-Order Now',
+ SIGNIN :'Sign In'
},
PLACE_HOLDER: {
SEARCH: 'Search',