aboutsummaryrefslogtreecommitdiffstats
path: root/library/moment/templates/globals.js
blob: 5ac160f12474585a6a6a5279b8ae6e8399066bf6 (plain) (blame)
1
2
3
4
5
/*global window:false*/

import moment from "./moment";

window.moment = moment;