feat: upgrade the blueprint core and datetitme.

This commit is contained in:
a.bouhuolia
2021-09-27 20:16:52 +02:00
parent 31d2b1b09a
commit 555e3a2434
4 changed files with 66 additions and 41 deletions

View File

@@ -10,6 +10,7 @@ function AppIntlProvider({ currentLocale, isRTL, children }) {
currentLocale,
isRTL,
isLTR: !isRTL,
direction: isRTL ? 'rtl' : 'ltr',
};
return (