8 lines
425 B
JavaScript
8 lines
425 B
JavaScript
import {Event, day, week, month, dayYear, EventLevel} from "../../src/calendar/helpers";
|
|
|
|
export default [
|
|
new Event('LGBT History Month (UK/Hungary/Netherlands)', 'Progress Pride', 2, month, EventLevel.Month),
|
|
new Event('LGBT History Month (US/Canada/Australia)', 'Progress Pride', 10, month, EventLevel.Month),
|
|
new Event('LGBT History Month (Ireland/Germany)', 'Progress Pride', 5, month, EventLevel.Month),
|
|
];
|