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-11-16 08:21:03 -08:00
|
|
|
const {Event, day, week, month, dayYear, EventLevel} = require("../../src/calendar/helpers");
|
|
|
|
|
|
|
|
module.exports = [
|
2021-11-16 17:21:46 -08:00
|
|
|
// static date
|
|
|
|
new Event('Годовщина декриминализации гомосексуальности в России (1993)', null, 4, day(29), EventLevel.Day),
|
|
|
|
new Event('Годовщина декриминализации гомосексуальности в беларуси (1994)', null, 3, day(1), EventLevel.Day),
|
2021-11-16 08:21:03 -08:00
|
|
|
];
|