mirror of
https://github.com/openstf/stf
synced 2025-10-06 03:50:04 +02:00
7 lines
No EOL
123 B
JavaScript
7 lines
No EOL
123 B
JavaScript
module.exports = function ControlPanesServiceFactory() {
|
|
var ControlPanesService = {
|
|
}
|
|
|
|
|
|
return ControlPanesService
|
|
} |