Adjust all other moment imports to moment-with-locales

This commit is contained in:
Martin Filser 2022-04-27 13:00:43 +02:00
parent d1714abc6a
commit 2e5ec0308f
11 changed files with 11 additions and 11 deletions

View file

@ -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();