import newCalendar from './new-calendar/index.js'; import newEvent from './new-event/index.js'; export default [newCalendar, newEvent];