8 lines
104 B
JavaScript
Raw Normal View History

2025-03-05 20:28:54 -06:00
import moment from 'moment/moment';
try {
window.moment = moment;
} catch (e) {}
export { moment };