moch_yusuf_hermawan/adaptive-english-lesson-main/public/gentelella/moment/templates/amd-named.js
2024-12-31 09:41:52 +07:00

8 lines
115 B
JavaScript
Vendored

/*global define:false*/
import moment from "./moment";
define("moment", [], function () {
return moment;
});