chore: Add i18n and components into storybook (#2188)

* chore: Add i18n and store into storybook

* Use empty store to init storybook
This commit is contained in:
Nithin David Thomas
2021-04-30 15:24:00 +05:30
committed by GitHub
parent b6f57d7fc1
commit bd7e9d2790
2 changed files with 28 additions and 1 deletions

View File

@@ -10,7 +10,7 @@ const {
PRIVACY_URL: privacyURL,
TERMS_URL: termsURL,
WIDGET_BRAND_URL: widgetBrandURL,
} = window.globalConfig;
} = window.globalConfig || {};
const state = {
appVersion,