This repository has been archived on 2024-07-22. You can view files and clone it, but cannot push or open issues or pull requests.
2021-09-15 15:31:49 -07:00
|
|
|
import {Event, day, week, month, dayYear, EventLevel} from "../../src/calendar/helpers";
|
2021-08-14 07:22:30 -07:00
|
|
|
|
|
|
|
export default [
|
|
|
|
|
2021-09-15 13:54:57 -07:00
|
|
|
// 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),
|
2021-08-14 07:22:30 -07:00
|
|
|
];
|