Accept baseline

This commit is contained in:
Mohamed Hegazy 2016-06-08 17:29:45 -07:00
parent 33137f68c5
commit f42d8b88d5

View file

@ -23,4 +23,4 @@ var A = (function () {
};
return A;
}());
exports.default = A;
export default A;