globals.js 81 B

12345
  1. /*global window:false*/
  2. import moment from "./moment";
  3. window.moment = moment;