mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-19 00:23:25 +02:00
7 lines
133 B
JavaScript
7 lines
133 B
JavaScript
require('./shell.css')
|
|
|
|
module.exports = angular.module('stf.shell', [
|
|
|
|
])
|
|
.controller('ShellCtrl', require('./shell-controller'))
|