mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 23:40:13 +01:00
Adjust all other moment imports to moment-with-locales
This commit is contained in:
parent
d1714abc6a
commit
2e5ec0308f
11 changed files with 11 additions and 11 deletions
|
|
@ -1,6 +1,6 @@
|
|||
import { Blaze } from 'meteor/blaze';
|
||||
import { Session } from 'meteor/session';
|
||||
import moment from 'moment';
|
||||
import moment from 'moment/min/moment-with-locales';
|
||||
|
||||
Blaze.registerHelper('currentBoard', () => {
|
||||
const ret = Utils.getCurrentBoard();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue