1
0
Fork 0
mirror of https://github.com/openstf/stf synced 2025-10-04 18:29:17 +02:00
OpenSTF/res/app/scripts/services/index.js

9 lines
119 B
JavaScript

define([
'./socketService'
, './deviceService'
, './groupService'
, './userService'
]
, function() {
}
)