1
0
Fork 0
mirror of https://gitlab.com/bramw/baserow.git synced 2025-04-27 06:00:37 +00:00
bramw_baserow/web-frontend/modules/core/moment.js
2021-08-11 09:30:43 +00:00

5 lines
317 B
JavaScript

// Moment should always be imported from here. This will enforce that the timezone
// is always included. There were some problems when Baserow is installed as a
// dependency and then moment-timezone does not work. Still will resolve that issue.
export { default } from 'moment'
export { tz } from 'moment-timezone'