aboutsummaryrefslogtreecommitdiffstats
path: root/library/moment/templates/amd-named.js
blob: 761045644e044a32ea5d4336694f0cb4b142b599 (plain) (blame)
1
2
3
4
5
6
7
/*global define:false*/

import moment from "./moment";

define("moment", [], function () {
    return moment;
});