mirror of
https://github.com/openstf/stf
synced 2025-10-06 03:50:04 +02:00
11 lines
165 B
JavaScript
11 lines
165 B
JavaScript
define([
|
|
'./SocketService'
|
|
, './DeviceService'
|
|
, './GroupService'
|
|
, './UserService'
|
|
, './ControlService'
|
|
, './ScalingService'
|
|
]
|
|
, function() {
|
|
}
|
|
)
|