Files
faveo/public/lb-faveo/plugins/moment-develop/templates/amd.js
2016-01-27 19:46:55 +05:30

8 lines
105 B
JavaScript
Vendored

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