gentelella/vendors/moment/templates/amd.js

8 lines
105 B
JavaScript

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