7 lines
112 B

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