mirror of
https://gitlab.com/bramw/baserow.git
synced 2025-02-07 06:09:17 +00:00
6 lines
307 B
JavaScript
6 lines
307 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.
|
|
import moment from 'moment-timezone'
|
|
|
|
export default moment
|