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

8 lines
105 B
JavaScript

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