i4way-dash/.svn/pristine/d0/d008bc2c6aa39a42c49d7e9c18f...

8 lines
115 B
Plaintext

/*global define:false*/
import moment from "./moment";
define("moment", [], function () {
return moment;
});