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,4 +1,4 @@
import moment from 'moment';
import moment from 'moment/min/moment-with-locales';
import escapeForRegex from 'escape-string-regexp';
import Users from '../../models/users';
import Boards from '../../models/boards';