dashboard: import momentjs with all locales

This commit is contained in:
Johannes Zellner
2024-12-05 12:19:58 +01:00
parent 4992e284fb
commit 621c1ed95a

View File

@@ -6,7 +6,7 @@ import '@fontsource/noto-sans';
import 'bootstrap-sass';
import Chart from 'chart.js/auto';
import * as moment from 'moment/dist/moment.js';
import * as moment from 'moment/min/moment-with-locales';
// attach to global for compatibility
window.moment = moment.default;