1 /*jshint node:true*/
2 'use strict';
3
4 module.exports = function(/* environment, appConfig */) {
5 return { };
6 };