mirror of
https://gitlab.com/PronounsPage/PronounsPage.git
synced 2025-09-27 06:52:35 -04:00
[bug][calendar][pl][es] missing import
This commit is contained in:
parent
c1217242e4
commit
6fa1f9b429
@ -1,4 +1,4 @@
|
||||
const {Event, day, week, month, dayYear, EventLevel} = require("../../../src/calendar/helpers");
|
||||
const {Event, day, week, month, dayYear, EventLevel, weekStarting} = require("../../../src/calendar/helpers");
|
||||
|
||||
module.exports = [
|
||||
// --- months ---
|
||||
|
@ -1,4 +1,4 @@
|
||||
const {Event, day, week, month, dayYear, EventLevel} = require("../../../src/calendar/helpers");
|
||||
const {Event, day, week, month, dayYear, EventLevel, weekStarting} = require("../../../src/calendar/helpers");
|
||||
|
||||
module.exports = [
|
||||
// --- months ---
|
||||
|
Loading…
x
Reference in New Issue
Block a user