8 lines
104 B
JavaScript

import moment from 'moment/moment';
try {
window.moment = moment;
} catch (e) {}
export { moment };