6 lines
89 B
JavaScript
Raw Normal View History

2019-08-31 20:51:14 -07:00
'use strict';
module.exports = function(/* environment, appConfig */) {
return {};
};