diff --git a/packages/i18nify-playground/src/constants/phoneNumber/index.js b/packages/i18nify-playground/src/constants/phoneNumber/index.js index e057216d..c0016cd3 100644 --- a/packages/i18nify-playground/src/constants/phoneNumber/index.js +++ b/packages/i18nify-playground/src/constants/phoneNumber/index.js @@ -18,3 +18,6 @@ export const PHONE_MASKING_INPUTS = [ type: 'number', }, ]; + +export const FLAG_4X3_BASE_PATH = + 'https://unpkg.com/@razorpay/i18nify-js/lib/assets/flags';