6 lines
90 B
JavaScript
Raw Normal View History

"use strict";
module.exports = function (/* environment, appConfig */) {
return {};
};