File size: 137 Bytes
3206347 |
1 2 3 4 5 |
import newCalendar from './new-calendar/index.js';
import newEvent from './new-event/index.js';
export default [newCalendar, newEvent];
|
3206347 |
1 2 3 4 5 |
import newCalendar from './new-calendar/index.js';
import newEvent from './new-event/index.js';
export default [newCalendar, newEvent];
|