(function() { 'use strict'; angular .module('app.shop', [ 'app.player', 'app.inventory', 'app.resources' ]); })();