require('./shell.css') module.exports = angular.module('stf.shell', [ ]) .controller('ShellCtrl', require('./shell-controller'))