ledgerrb/public/app/bower_components/moment/templates/amd-named.js

8 lines
115 B
JavaScript
Raw Normal View History

2015-08-30 19:52:32 +02:00
/*global define:false*/
import moment from "./moment";
define("moment", [], function () {
return moment;
});