Brought in another asset for Ray's eye form: moment
[openemr.git] / public / assets / moment-2-13-0 / templates / amd-named.js
blob761045644e044a32ea5d4336694f0cb4b142b599
1 /*global define:false*/
3 import moment from "./moment";
5 define("moment", [], function () {
6     return moment;
7 });