mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-21 16:25:13 +02:00
9 lines
108 B
JavaScript
9 lines
108 B
JavaScript
define([
|
|
'./DeviceListCtrl'
|
|
, './DeviceControlCtrl'
|
|
, './DeviceScreenCtrl'
|
|
]
|
|
, function() {
|
|
}
|
|
)
|