4 lines
90 B
JavaScript
4 lines
90 B
JavaScript
|
module.exports = Self => {
|
||
|
require('../methods/zone-calendar/removeByDate')(Self);
|
||
|
};
|