fix import

This commit is contained in:
Phillip Thelen
2025-02-03 17:41:41 +01:00
parent c582dbd169
commit ca08e3ef81
2 changed files with 1 additions and 2 deletions
-1
View File
@@ -51,7 +51,6 @@
"@babel/plugin-proposal-optional-chaining": "^7.21.0",
"@vitest/browser": "^3.0.5",
"babel-plugin-lodash": "^3.3.4",
"chai": "^5.1.0",
"inspectpack": "^4.7.1",
"jsdom": "^26.0.0",
"mocha": "^11.1.0",
+1 -1
View File
@@ -7,7 +7,7 @@
import defaults from 'lodash/defaults';
import invert from 'lodash/invert';
import moment from 'moment';
import 'moment-recur/moment-recur.js';
import 'moment-recur';
export const DAY_MAPPING = {
0: 'su',