[bug] fix pt

This commit is contained in:
Avris 2021-09-16 00:31:49 +02:00
parent 29f55c5578
commit 19216c72c1
1 changed files with 1 additions and 2 deletions

View File

@ -1,9 +1,8 @@
import {Event, day, week, month, dayYear} from "../../src/calendar/helpers";
import {Event, day, week, month, dayYear, EventLevel} from "../../src/calendar/helpers";
export default [
// static date
new Event('Dia da Igualdade Matrimonial (Portugal)', null, 6, day(5), EventLevel.MajorDay),
new Event('Dia da Igualdade Matrimonial (Brasil)', null, 5, day(16), EventLevel.MajorDay),
];