Skip to content

Commit

Permalink
Merge pull request #28948 from mkhutornyi/fix-28315
Browse files Browse the repository at this point in the history
import moment for es locale
  • Loading branch information
neil-marcellini authored Oct 6, 2023
2 parents 2f60c27 + 284e4f7 commit 6682740
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/libs/actions/App.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Do not remove this import until moment package is fully removed.
// Issue - https://github.com/Expensify/App/issues/26719
import 'moment/locale/es';
import {AppState} from 'react-native';
import Onyx from 'react-native-onyx';
import lodashGet from 'lodash/get';
Expand Down

0 comments on commit 6682740

Please sign in to comment.