mirror of
https://gitlab.com/PronounsPage/PronounsPage.git
synced 2025-09-28 23:42:58 -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 = [
|
module.exports = [
|
||||||
// --- months ---
|
// --- 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 = [
|
module.exports = [
|
||||||
// --- months ---
|
// --- months ---
|
||||||
|
Loading…
x
Reference in New Issue
Block a user