This commit is contained in:
2025-01-27 03:22:40 -06:00
parent a0a3999c40
commit 9142a0390e
1126 changed files with 0 additions and 0 deletions

View File

@ -0,0 +1,7 @@
import moment from 'moment/moment';
try {
window.moment = moment;
} catch (e) {}
export { moment };