globals.js 81 Bytes
Newer Older
Felipe Escala Torres committed
1 2 3 4 5
/*global window:false*/

import moment from "./moment";

window.moment = moment;