mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-27 00:05:15 +02:00
In the middle of a big refactoring.
This commit is contained in:
11
res/app/scripts/services/index.js
Normal file
11
res/app/scripts/services/index.js
Normal file
@@ -0,0 +1,11 @@
|
||||
define([
|
||||
'./SocketService'
|
||||
, './DeviceService'
|
||||
, './GroupService'
|
||||
, './UserService'
|
||||
, './ControlService'
|
||||
, './ScalingService'
|
||||
]
|
||||
, function() {
|
||||
}
|
||||
)
|
||||
Reference in New Issue
Block a user