1
0
Fork 0
mirror of https://github.com/openstf/stf synced 2025-10-05 19:42:01 +02:00
OpenSTF/res/app/components/stf/user/index.js
2019-08-27 15:38:28 +02:00

6 lines
197 B
JavaScript

module.exports = angular.module('stf/user', [
require('stf/socket').name,
require('stf/common-ui').name,
require('stf/app-state').name
])
.factory('UserService', require('./user-service'))