ledgerrb/public/app/vendor/moment/templates/amd-named.js
2016-08-09 15:33:26 +02:00

7 lines
115 B
JavaScript

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