Skip to content

Commit

Permalink
fix(date): include moment locales
Browse files Browse the repository at this point in the history
Fixes #4479
  • Loading branch information
grabkowski committed Nov 15, 2021
1 parent 170bb3a commit a9016f2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/__internal__/date/date.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import moment from "moment";
import "moment/min/locales";
import { merge } from "lodash";

const isoDateFormat = "YYYY-MM-DD";
Expand Down

0 comments on commit a9016f2

Please sign in to comment.