bbone/assets/default/moment/templates/amd-named.js
2022-12-29 10:23:48 +05:30

8 lines
115 B
JavaScript

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