harbor/static/ng/resources/js/layout/user/user.module.js

8 lines
111 B
JavaScript
Raw Normal View History

(function() {
'use strict';
angular
.module('harbor.user', [
'harbor.services.user']);
})();